#781A3F

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

Shades of Pompadour #781A3F

Tints of Pompadour #781A3F

Color information

#781A3F (or 0x781A3F) is unknown color: approx Pompadour. HEX triplet: 78, 1A and 3F. RGB value is (120,26,63). Sum of RGB (Red+Green+Blue) = 120+26+63=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A3F is #87E5C0. Grayscale: #3A3A3A. Windows color (decimal): -8906177 or 4135544. OLE color: 4135544.

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

Color convert

RGB1202663-
CMYK00.780.480.53
HSL336.38º64.38%28.63%-
HSV(B)336.38º78.33%47.06%-
XYZ9.015.095.21-
YUV58.32130.64171.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 63 (25% from 255) = 30.14%
R=57.42%
G=12.44%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120266300.780.480.53336.3864.3828.63
Hex781A3F04E3035150401d
Octal17032770116606552010035
Binary11110001101011111101001110110000110101101010000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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