#78182F

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

Shades of Claret #78182F

Tints of Claret #78182F

Color information

#78182F (or 0x78182F) is unknown color: approx Claret. HEX triplet: 78, 18 and 2F. RGB value is (120,24,47). Sum of RGB (Red+Green+Blue) = 120+24+47=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #78182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78182F is #87E7D0. Grayscale: #373737. Windows color (decimal): -8906705 or 3086456. OLE color: 3086456.

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

Color convert

RGB1202447-
CMYK00.80.610.53
HSL345.62º66.67%28.24%-
HSV(B)345.62º80%47.06%-
XYZ8.594.853.17-
YUV55.33123.3174.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=62.83%
G=12.57%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120244700.80.610.53345.6266.6728.24
Hex78182F0503D3515a431c
Octal17030570120756553210334
Binary11110001100010111101010000111101110101101011010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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