#781F37

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

Shades of Claret #781F37

Tints of Claret #781F37

Color information

#781F37 (or 0x781F37) is unknown color: approx Claret. HEX triplet: 78, 1F and 37. RGB value is (120,31,55). Sum of RGB (Red+Green+Blue) = 120+31+55=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F37 is #87E0C8. Grayscale: #3C3C3C. Windows color (decimal): -8904905 or 3612536. OLE color: 3612536.

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

Color convert

RGB1203155-
CMYK00.740.540.53
HSL343.82º58.94%29.61%-
HSV(B)343.82º74.17%47.06%-
XYZ8.935.254.16-
YUV60.35124.99170.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=58.25%
G=15.05%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120315500.740.540.53343.8258.9429.61
Hex781F3704A36351583b1e
Octal1703767011266655307336
Binary1111000111111101110100101011011011010110101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781F37; }

 p { color: rgb(120,31,55); }

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

<style>
 a { background-color: #781F37; }

 a { background-color: rgb(120,31,55); }

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

<style>
 span { border-color: #781F37; }

 span { border-color: rgb(120,31,55); }

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