#781B45

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

Shades of Pompadour #781B45

Tints of Pompadour #781B45

Color information

#781B45 (or 0x781B45) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 45. RGB value is (120,27,69). Sum of RGB (Red+Green+Blue) = 120+27+69=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B45 is #87E4BA. Grayscale: #3B3B3B. Windows color (decimal): -8905915 or 4529016. OLE color: 4529016.

HSL color Cylindrical-coordinate representation of color #781B45: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B45 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1202769-
CMYK00.780.420.53
HSL332.9º63.27%28.82%-
HSV(B)332.9º77.5%47.06%-
XYZ9.215.216.15-
YUV59.59133.31171.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=55.56%
G=12.5%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120276900.780.420.53332.963.2728.82
Hex781B4504E2A3514d3f1d
Octal17033105011652655157735
Binary11110001101110001010100111010101011010110100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781B45; }

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

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

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

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

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

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

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

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