#78183C

Color #78183C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #78183C

Tints of Pompadour #78183C

Color information

#78183C (or 0x78183C) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 3C. RGB value is (120,24,60). Sum of RGB (Red+Green+Blue) = 120+24+60=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78183C is #87E7C3. Grayscale: #383838. Windows color (decimal): -8906692 or 3938424. OLE color: 3938424.

HSL color Cylindrical-coordinate representation of color #78183C: hue angle of 337.5º 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 #78183C is Cyan = 0, Magento = 0.8, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1202460-
CMYK00.80.50.53
HSL337.5º66.67%28.24%-
HSV(B)337.5º80%47.06%-
XYZ8.894.974.77-
YUV56.81129.8173.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=58.82%
G=11.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120246000.80.50.53337.566.6728.24
Hex78183C0503235152431c
Octal17030740120626552210334
Binary11110001100011110001010000110010110101101010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78183C; }

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

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

<style>
 a { background-color: #78183C; }

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

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

<style>
 span { border-color: #78183C; }

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

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