#780F37

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

Shades of Claret #780F37

Tints of Claret #780F37

Color information

#780F37 (or 0x780F37) is unknown color: approx Claret. HEX triplet: 78, 0F and 37. RGB value is (120,15,55). Sum of RGB (Red+Green+Blue) = 120+15+55=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F37 is #87F0C8. Grayscale: #323232. Windows color (decimal): -8909001 or 3608440. OLE color: 3608440.

HSL color Cylindrical-coordinate representation of color #780F37: hue angle of 337.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F37 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1201555-
CMYK00.870.540.53
HSL337.14º77.78%26.47%-
HSV(B)337.14º87.5%47.06%-
XYZ8.614.614.05-
YUV50.96130.29177.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=63.16%
G=7.89%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120155500.870.540.53337.1477.7826.47
Hex78F3705736351514e1a
Octal17017670127666552111632
Binary1111000111111011101010111110110110101101010001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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