#78122F

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

Shades of Claret #78122F

Tints of Claret #78122F

Color information

#78122F (or 0x78122F) is unknown color: approx Claret. HEX triplet: 78, 12 and 2F. RGB value is (120,18,47). Sum of RGB (Red+Green+Blue) = 120+18+47=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78122F is #87EDD0. Grayscale: #333333. Windows color (decimal): -8908241 or 3084920. OLE color: 3084920.

HSL color Cylindrical-coordinate representation of color #78122F: hue angle of 342.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78122F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1201847-
CMYK00.850.610.53
HSL342.94º73.91%27.06%-
HSV(B)342.94º85%47.06%-
XYZ8.484.633.14-
YUV51.8125.29176.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=64.86%
G=9.73%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120184700.850.610.53342.9473.9127.06
Hex78122F0553D351574a1b
Octal17022570125756552711233
Binary11110001001010111101010101111101110101101010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78122F; }

 p { color: rgb(120,18,47); }

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

<style>
 a { background-color: #78122F; }

 a { background-color: rgb(120,18,47); }

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

<style>
 span { border-color: #78122F; }

 span { border-color: rgb(120,18,47); }

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