#781245

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

Shades of Pompadour #781245

Tints of Pompadour #781245

Color information

#781245 (or 0x781245) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 45. RGB value is (120,18,69). Sum of RGB (Red+Green+Blue) = 120+18+69=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #781245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781245 is #87EDBA. Grayscale: #363636. Windows color (decimal): -8908219 or 4526712. OLE color: 4526712.

HSL color Cylindrical-coordinate representation of color #781245: hue angle of 330º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781245 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1201869-
CMYK00.850.420.53
HSL330º73.91%27.06%-
HSV(B)330º85%47.06%-
XYZ9.044.866.09-
YUV54.31136.29174.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=57.97%
G=8.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120186900.850.420.5333073.9127.06
Hex7812450552A3514a4a1b
Octal170221050125526551211233
Binary111100010010100010101010101101010110101101001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781245; }

 p { color: rgb(120,18,69); }

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

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

 a { background-color: rgb(120,18,69); }

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

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

 span { border-color: rgb(120,18,69); }

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