#781E4B

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

Shades of Pompadour #781E4B

Tints of Pompadour #781E4B

Color information

#781E4B (or 0x781E4B) is unknown color: approx Pompadour. HEX triplet: 78, 1E and 4B. RGB value is (120,30,75). Sum of RGB (Red+Green+Blue) = 120+30+75=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E4B is #87E1B4. Grayscale: #3D3D3D. Windows color (decimal): -8905141 or 4923000. OLE color: 4923000.

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

Color convert

RGB1203075-
CMYK00.750.370.53
HSL330º60%29.41%-
HSV(B)330º75%47.06%-
XYZ9.485.437.2-
YUV62.04135.32169.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120307500.750.370.533306029.41
Hex781E4B04B253514a3c1d
Octal17036113011345655127435
Binary11110001111010010110100101110010111010110100101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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