#78122E

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

Shades of Claret #78122E

Tints of Claret #78122E

Color information

#78122E (or 0x78122E) is unknown color: approx Claret. HEX triplet: 78, 12 and 2E. RGB value is (120,18,46). Sum of RGB (Red+Green+Blue) = 120+18+46=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78122E is #87EDD1. Grayscale: #333333. Windows color (decimal): -8908242 or 3019384. OLE color: 3019384.

HSL color Cylindrical-coordinate representation of color #78122E: hue angle of 343.53º 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 #78122E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1201846-
CMYK00.850.620.53
HSL343.53º73.91%27.06%-
HSV(B)343.53º85%47.06%-
XYZ8.464.623.03-
YUV51.69124.79176.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 46 (18.36% from 255) = 25%
R=65.22%
G=9.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120184600.850.620.53343.5373.9127.06
Hex78122E0553E351584a1b
Octal17022560125766553011233
Binary11110001001010111001010101111110110101101011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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