#771e32

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

Shades of Claret #771E32

Tints of Claret #771E32

Color information

#771E32 (or 0x771E32) is unknown color: approx Claret. HEX triplet: 77, 1E and 32. RGB value is (119,30,50). Sum of RGB (Red+Green+Blue) = 119+30+50=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #771E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E32 is #88E1CD. Grayscale: #3A3A3A. Windows color (decimal): -8970702 or 3284599. OLE color: 3284599.

HSL color Cylindrical-coordinate representation of color #771E32: hue angle of 346.52º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E32 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1193050-
CMYK00.750.580.53
HSL346.52º59.73%29.22%-
HSV(B)346.52º74.79%46.67%-
XYZ8.655.083.54-
YUV58.89122.99170.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=59.80%
G=15.08%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119305000.750.580.53346.5259.7329.22
Hex771E3204B3A3515b3c1d
Octal1673662011372655337435
Binary1110111111101100100100101111101011010110101101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771e32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771e32; }

 p { color: rgb(119,30,50); }

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

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

 a { background-color: rgb(119,30,50); }

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

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

 span { border-color: rgb(119,30,50); }

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