#761833

Color #761833 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #761833

Tints of Claret #761833

Color information

#761833 (or 0x761833) is unknown color: approx Claret. HEX triplet: 76, 18 and 33. RGB value is (118,24,51). Sum of RGB (Red+Green+Blue) = 118+24+51=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761833 is #89E7CC. Grayscale: #373737. Windows color (decimal): -9037773 or 3348598. OLE color: 3348598.

HSL color Cylindrical-coordinate representation of color #761833: hue angle of 342.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761833 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1182451-
CMYK00.800.570.54
HSL342.77º66.2%27.84%-
HSV(B)342.77º79.66%46.27%-
XYZ8.44.743.61-
YUV55.18125.64172.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=61.14%
G=12.44%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118245100.800.570.54342.7766.227.84
Hex7618330503936157421c
Octal16630630120716652710234
Binary11101101100011001101010000111001110110101010111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761833; }

 p { color: rgb(118,24,51); }

 H1.HeaderClassName
 {
   color: #761833;
 }
 .AnyTagClassName
 {
   color: #761833;
 }
</style>
background-color css

<style>
 a { background-color: #761833; }

 a { background-color: rgb(118,24,51); }

 div.DivClassName
 {
   background-color: #761833;
 }
 .BgClassName
 {
   background-color: #761833;
 }
</style>
border-color css

<style>
 span { border-color: #761833; }

 span { border-color: rgb(118,24,51); }

 td.TdClassName
 {
   border-color: #761833;
 }
 .TagClassName
 {
   border-color: #761833;
 }
</style>