#781B4B

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

Shades of Pompadour #781B4B

Tints of Pompadour #781B4B

Color information

#781B4B (or 0x781B4B) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 4B. RGB value is (120,27,75). Sum of RGB (Red+Green+Blue) = 120+27+75=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B4B is #87E4B4. Grayscale: #3C3C3C. Windows color (decimal): -8905909 or 4922232. OLE color: 4922232.

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

Color convert

RGB1202775-
CMYK00.780.370.53
HSL329.03º63.27%28.82%-
HSV(B)329.03º77.5%47.06%-
XYZ9.415.287.18-
YUV60.28136.31170.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 27 (10.94% from 255) = 12.16%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=54.05%
G=12.16%
B=33.78%

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
Decimal120277500.780.370.53329.0363.2728.82
Hex781B4B04E25351493f1d
Octal17033113011645655117735
Binary11110001101110010110100111010010111010110100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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