#78112D

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

Shades of Claret #78112D

Tints of Claret #78112D

Color information

#78112D (or 0x78112D) is unknown color: approx Claret. HEX triplet: 78, 11 and 2D. RGB value is (120,17,45). Sum of RGB (Red+Green+Blue) = 120+17+45=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78112D is #87EED2. Grayscale: #323232. Windows color (decimal): -8908499 or 2953592. OLE color: 2953592.

HSL color Cylindrical-coordinate representation of color #78112D: hue angle of 343.69º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78112D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1201745-
CMYK00.860.630.53
HSL343.69º75.18%26.86%-
HSV(B)343.69º85.83%47.06%-
XYZ8.424.582.92-
YUV50.99124.62177.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=65.93%
G=9.34%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120174500.860.630.53343.6975.1826.86
Hex78112D0563F351584b1b
Octal17021550126776553011333
Binary11110001000110110101010110111111110101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78112D; }

 p { color: rgb(120,17,45); }

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

<style>
 a { background-color: #78112D; }

 a { background-color: rgb(120,17,45); }

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

<style>
 span { border-color: #78112D; }

 span { border-color: rgb(120,17,45); }

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