#781D3E

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

Shades of Pompadour #781D3E

Tints of Pompadour #781D3E

Color information

#781D3E (or 0x781D3E) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 3E. RGB value is (120,29,62). Sum of RGB (Red+Green+Blue) = 120+29+62=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D3E is #87E2C1. Grayscale: #3B3B3B. Windows color (decimal): -8905410 or 4070776. OLE color: 4070776.

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

Color convert

RGB1202962-
CMYK00.760.480.53
HSL338.24º61.07%29.22%-
HSV(B)338.24º75.83%47.06%-
XYZ9.055.225.09-
YUV59.97129.15170.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=56.87%
G=13.74%
B=29.38%

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
Decimal120296200.760.480.53338.2461.0729.22
Hex781D3E04C30351523d1d
Octal1703576011460655227535
Binary1111000111011111100100110011000011010110101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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