#77213B

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

Shades of Claret #77213B

Tints of Claret #77213B

Color information

#77213B (or 0x77213B) is unknown color: approx Claret. HEX triplet: 77, 21 and 3B. RGB value is (119,33,59). Sum of RGB (Red+Green+Blue) = 119+33+59=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77213B is #88DEC4. Grayscale: #3D3D3D. Windows color (decimal): -8969925 or 3875191. OLE color: 3875191.

HSL color Cylindrical-coordinate representation of color #77213B: hue angle of 341.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77213B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1193359-
CMYK00.720.500.53
HSL341.86º56.58%29.8%-
HSV(B)341.86º72.27%46.67%-
XYZ8.945.334.69-
YUV61.68126.49168.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=56.40%
G=15.64%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119335900.720.500.53341.8656.5829.8
Hex77213B0483235156391e
Octal1674173011062655267136
Binary11101111000011110110100100011001011010110101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77213B; }

 p { color: rgb(119,33,59); }

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

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

 a { background-color: rgb(119,33,59); }

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

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

 span { border-color: rgb(119,33,59); }

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