#78132E

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

Shades of Claret #78132E

Tints of Claret #78132E

Color information

#78132E (or 0x78132E) is unknown color: approx Claret. HEX triplet: 78, 13 and 2E. RGB value is (120,19,46). Sum of RGB (Red+Green+Blue) = 120+19+46=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78132E is #87ECD1. Grayscale: #343434. Windows color (decimal): -8907986 or 3019640. OLE color: 3019640.

HSL color Cylindrical-coordinate representation of color #78132E: hue angle of 343.96º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78132E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1201946-
CMYK00.840.620.53
HSL343.96º72.66%27.25%-
HSV(B)343.96º84.17%47.06%-
XYZ8.474.663.04-
YUV52.28124.46176.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=64.86%
G=10.27%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120194600.840.620.53343.9672.6627.25
Hex78132E0543E35158491b
Octal17023560124766553011133
Binary11110001001110111001010100111110110101101011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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