#780E31

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

Shades of Claret #780E31

Tints of Claret #780E31

Color information

#780E31 (or 0x780E31) is unknown color: approx Claret. HEX triplet: 78, 0E and 31. RGB value is (120,14,49). Sum of RGB (Red+Green+Blue) = 120+14+49=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #780E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E31 is #87F1CE. Grayscale: #313131. Windows color (decimal): -8909263 or 3214968. OLE color: 3214968.

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

Color convert

RGB1201449-
CMYK00.880.590.53
HSL340.19º79.1%26.27%-
HSV(B)340.19º88.33%47.06%-
XYZ8.464.533.33-
YUV49.68127.62178.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=65.57%
G=7.65%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120144900.880.590.53340.1979.126.27
Hex78E310583B351544f1a
Octal17016610130736552411732
Binary1111000111011000101011000111011110101101010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,14,49); }

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

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

 a { background-color: rgb(120,14,49); }

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

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

 span { border-color: rgb(120,14,49); }

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