#771E31

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

Shades of Claret #771E31

Tints of Claret #771E31

Color information

#771E31 (or 0x771E31) is unknown color: approx Claret. HEX triplet: 77, 1E and 31. RGB value is (119,30,49). Sum of RGB (Red+Green+Blue) = 119+30+49=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #771E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E31 is #88E1CE. Grayscale: #3A3A3A. Windows color (decimal): -8970703 or 3219063. OLE color: 3219063.

HSL color Cylindrical-coordinate representation of color #771E31: hue angle of 347.19º 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 #771E31 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1193049-
CMYK00.750.590.53
HSL347.19º59.73%29.22%-
HSV(B)347.19º74.79%46.67%-
XYZ8.635.073.43-
YUV58.78122.49170.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=60.10%
G=15.15%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119304900.750.590.53347.1959.7329.22
Hex771E3104B3B3515b3c1d
Octal1673661011373655337435
Binary1110111111101100010100101111101111010110101101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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