#771F39

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

Shades of Claret #771F39

Tints of Claret #771F39

Color information

#771F39 (or 0x771F39) is unknown color: approx Claret. HEX triplet: 77, 1F and 39. RGB value is (119,31,57). Sum of RGB (Red+Green+Blue) = 119+31+57=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F39 is #88E0C6. Grayscale: #3C3C3C. Windows color (decimal): -8970439 or 3743607. OLE color: 3743607.

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

Color convert

RGB1193157-
CMYK00.740.520.53
HSL342.27º58.67%29.41%-
HSV(B)342.27º73.95%46.67%-
XYZ8.845.24.41-
YUV60.28126.15169.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=57.49%
G=14.98%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119315700.740.520.53342.2758.6729.41
Hex771F3904A34351563b1d
Octal1673771011264655267335
Binary1110111111111110010100101011010011010110101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,31,57); }

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

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

 a { background-color: rgb(119,31,57); }

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

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

 span { border-color: rgb(119,31,57); }

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