#781B53

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

Shades of Pompadour #781B53

Tints of Pompadour #781B53

Color information

#781B53 (or 0x781B53) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 53. RGB value is (120,27,83). Sum of RGB (Red+Green+Blue) = 120+27+83=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #781B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B53 is #87E4AC. Grayscale: #3D3D3D. Windows color (decimal): -8905901 or 5446520. OLE color: 5446520.

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

Color convert

RGB1202783-
CMYK00.780.310.53
HSL323.87º63.27%28.82%-
HSV(B)323.87º77.5%47.06%-
XYZ9.75.48.72-
YUV61.19140.31169.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=52.17%
G=11.74%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120278300.780.310.53323.8763.2728.82
Hex781B5304E1F351443f1d
Octal17033123011637655047735
Binary1111000110111010011010011101111111010110100010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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