#77213C

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

Shades of Claret #77213C

Tints of Claret #77213C

Color information

#77213C (or 0x77213C) is unknown color: approx Claret. HEX triplet: 77, 21 and 3C. RGB value is (119,33,60). Sum of RGB (Red+Green+Blue) = 119+33+60=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77213C is #88DEC3. Grayscale: #3D3D3D. Windows color (decimal): -8969924 or 3940727. OLE color: 3940727.

HSL color Cylindrical-coordinate representation of color #77213C: hue angle of 341.16º 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 #77213C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1193360-
CMYK00.720.500.53
HSL341.16º56.58%29.8%-
HSV(B)341.16º72.27%46.67%-
XYZ8.975.344.83-
YUV61.79126.99168.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=56.13%
G=15.57%
B=28.30%

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
Decimal119336000.720.500.53341.1656.5829.8
Hex77213C0483235155391e
Octal1674174011062655257136
Binary11101111000011111000100100011001011010110101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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