#77203B

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

Shades of Claret #77203B

Tints of Claret #77203B

Color information

#77203B (or 0x77203B) is unknown color: approx Claret. HEX triplet: 77, 20 and 3B. RGB value is (119,32,59). Sum of RGB (Red+Green+Blue) = 119+32+59=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77203B is #88DFC4. Grayscale: #3D3D3D. Windows color (decimal): -8970181 or 3874935. OLE color: 3874935.

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

Color convert

RGB1193259-
CMYK00.730.500.53
HSL341.38º57.62%29.61%-
HSV(B)341.38º73.11%46.67%-
XYZ8.915.274.69-
YUV61.09126.82169.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=56.67%
G=15.24%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119325900.730.500.53341.3857.6229.61
Hex77203B04932351553a1e
Octal1674073011162655257236
Binary11101111000001110110100100111001011010110101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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