#781853

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

Shades of Pompadour #781853

Tints of Pompadour #781853

Color information

#781853 (or 0x781853) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 53. RGB value is (120,24,83). Sum of RGB (Red+Green+Blue) = 120+24+83=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781853 is #87E7AC. Grayscale: #3B3B3B. Windows color (decimal): -8906669 or 5445752. OLE color: 5445752.

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

Color convert

RGB1202483-
CMYK00.80.310.53
HSL323.12º66.67%28.24%-
HSV(B)323.12º80%47.06%-
XYZ9.635.278.69-
YUV59.43141.3171.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=52.86%
G=10.57%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120248300.80.310.53323.1266.6728.24
Hex7818530501F35143431c
Octal170301230120376550310334
Binary11110001100010100110101000011111110101101000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781853; }

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

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

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

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

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

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

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

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