#781B46

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

Shades of Pompadour #781B46

Tints of Pompadour #781B46

Color information

#781B46 (or 0x781B46) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 46. RGB value is (120,27,70). Sum of RGB (Red+Green+Blue) = 120+27+70=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #781B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B46 is #87E4B9. Grayscale: #3B3B3B. Windows color (decimal): -8905914 or 4594552. OLE color: 4594552.

HSL color Cylindrical-coordinate representation of color #781B46: hue angle of 332.26º 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 #781B46 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1202770-
CMYK00.780.420.53
HSL332.26º63.27%28.82%-
HSV(B)332.26º77.5%47.06%-
XYZ9.245.226.31-
YUV59.71133.81171-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=55.30%
G=12.44%
B=32.26%

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
Decimal120277000.780.420.53332.2663.2728.82
Hex781B4604E2A3514c3f1d
Octal17033106011652655147735
Binary11110001101110001100100111010101011010110100110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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