#781C4B

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

Shades of Pompadour #781C4B

Tints of Pompadour #781C4B

Color information

#781C4B (or 0x781C4B) is unknown color: approx Pompadour. HEX triplet: 78, 1C and 4B. RGB value is (120,28,75). Sum of RGB (Red+Green+Blue) = 120+28+75=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C4B is #87E3B4. Grayscale: #3C3C3C. Windows color (decimal): -8905653 or 4922488. OLE color: 4922488.

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

Color convert

RGB1202875-
CMYK00.770.370.53
HSL329.35º62.16%29.02%-
HSV(B)329.35º76.67%47.06%-
XYZ9.435.337.19-
YUV60.87135.98170.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=53.81%
G=12.56%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120287500.770.370.53329.3562.1629.02
Hex781C4B04D25351493e1d
Octal17034113011545655117635
Binary11110001110010010110100110110010111010110100100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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