#781B4D

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

Shades of Pompadour #781B4D

Tints of Pompadour #781B4D

Color information

#781B4D (or 0x781B4D) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 4D. RGB value is (120,27,77). Sum of RGB (Red+Green+Blue) = 120+27+77=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B4D is #87E4B2. Grayscale: #3C3C3C. Windows color (decimal): -8905907 or 5053304. OLE color: 5053304.

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

Color convert

RGB1202777-
CMYK00.780.360.53
HSL327.74º63.27%28.82%-
HSV(B)327.74º77.5%47.06%-
XYZ9.485.317.55-
YUV60.51137.31170.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 27 (10.94% from 255) = 12.05%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=53.57%
G=12.05%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120277700.780.360.53327.7463.2728.82
Hex781B4D04E24351483f1d
Octal17033115011644655107735
Binary11110001101110011010100111010010011010110100100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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