#781A4B

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

Shades of Pompadour #781A4B

Tints of Pompadour #781A4B

Color information

#781A4B (or 0x781A4B) is unknown color: approx Pompadour. HEX triplet: 78, 1A and 4B. RGB value is (120,26,75). Sum of RGB (Red+Green+Blue) = 120+26+75=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #781A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A4B is #87E5B4. Grayscale: #3B3B3B. Windows color (decimal): -8906165 or 4921976. OLE color: 4921976.

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

Color convert

RGB1202675-
CMYK00.780.370.53
HSL328.72º64.38%28.63%-
HSV(B)328.72º78.33%47.06%-
XYZ9.395.247.17-
YUV59.69136.64171.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=54.30%
G=11.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120267500.780.370.53328.7264.3828.63
Hex781A4B04E2535149401d
Octal170321130116456551110035
Binary111100011010100101101001110100101110101101001001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,26,75); }

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

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

 a { background-color: rgb(120,26,75); }

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

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

 span { border-color: rgb(120,26,75); }

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