#781D3F

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

Shades of Pompadour #781D3F

Tints of Pompadour #781D3F

Color information

#781D3F (or 0x781D3F) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 3F. RGB value is (120,29,63). Sum of RGB (Red+Green+Blue) = 120+29+63=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D3F is #87E2C0. Grayscale: #3C3C3C. Windows color (decimal): -8905409 or 4136312. OLE color: 4136312.

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

Color convert

RGB1202963-
CMYK00.760.480.53
HSL337.58º61.07%29.22%-
HSV(B)337.58º75.83%47.06%-
XYZ9.085.235.23-
YUV60.08129.65170.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 63 (25% from 255) = 29.72%
R=56.60%
G=13.68%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120296300.760.480.53337.5861.0729.22
Hex781D3F04C30351523d1d
Octal1703577011460655227535
Binary1111000111011111110100110011000011010110101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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