#78192F

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

Shades of Claret #78192F

Tints of Claret #78192F

Color information

#78192F (or 0x78192F) is unknown color: approx Claret. HEX triplet: 78, 19 and 2F. RGB value is (120,25,47). Sum of RGB (Red+Green+Blue) = 120+25+47=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #78192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192F is #87E6D0. Grayscale: #373737. Windows color (decimal): -8906449 or 3086712. OLE color: 3086712.

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

Color convert

RGB1202547-
CMYK00.790.610.53
HSL346.11º65.52%28.43%-
HSV(B)346.11º79.17%47.06%-
XYZ8.614.893.18-
YUV55.91122.97173.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=62.5%
G=13.02%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120254700.790.610.53346.1165.5228.43
Hex78192F04F3D3515a421c
Octal17031570117756553210234
Binary11110001100110111101001111111101110101101011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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