#78172E

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

Shades of Claret #78172E

Tints of Claret #78172E

Color information

#78172E (or 0x78172E) is unknown color: approx Claret. HEX triplet: 78, 17 and 2E. RGB value is (120,23,46). Sum of RGB (Red+Green+Blue) = 120+23+46=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78172E is #87E8D1. Grayscale: #363636. Windows color (decimal): -8906962 or 3020664. OLE color: 3020664.

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

Color convert

RGB1202346-
CMYK00.810.620.53
HSL345.77º67.83%28.04%-
HSV(B)345.77º80.83%47.06%-
XYZ8.554.83.06-
YUV54.62123.14174.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=63.49%
G=12.17%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120234600.810.620.53345.7767.8328.04
Hex78172E0513E3515a441c
Octal17027560121766553210434
Binary11110001011110111001010001111110110101101011010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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