#781C3F

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

Shades of Pompadour #781C3F

Tints of Pompadour #781C3F

Color information

#781C3F (or 0x781C3F) is unknown color: approx Pompadour. HEX triplet: 78, 1C and 3F. RGB value is (120,28,63). Sum of RGB (Red+Green+Blue) = 120+28+63=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C3F is #87E3C0. Grayscale: #3B3B3B. Windows color (decimal): -8905665 or 4136056. OLE color: 4136056.

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

Color convert

RGB1202863-
CMYK00.770.480.53
HSL337.17º62.16%29.02%-
HSV(B)337.17º76.67%47.06%-
XYZ9.065.185.23-
YUV59.5129.98171.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 63 (25% from 255) = 29.86%
R=56.87%
G=13.27%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120286300.770.480.53337.1762.1629.02
Hex781C3F04D30351513e1d
Octal1703477011560655217635
Binary1111000111001111110100110111000011010110101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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