#7F183E

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

Shades of Pompadour #7F183E

Tints of Pompadour #7F183E

Color information

#7F183E (or 0x7F183E) is unknown color: approx Pompadour. HEX triplet: 7F, 18 and 3E. RGB value is (127,24,62). Sum of RGB (Red+Green+Blue) = 127+24+62=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183E is #80E7C1. Grayscale: #3B3B3B. Windows color (decimal): -8447938 or 4069503. OLE color: 4069503.

HSL color Cylindrical-coordinate representation of color #7F183E: hue angle of 337.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F183E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1272462-
CMYK00.810.510.50
HSL337.86º68.21%29.61%-
HSV(B)337.86º81.1%49.8%-
XYZ9.955.515.1-
YUV59.13129.62176.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.62%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=59.62%
G=11.27%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127246200.810.510.50337.8668.2129.61
Hex7F183E0513332152441e
Octal17730760121636252210436
Binary11111111100011111001010001110011110010101010010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F183E; }

 p { color: rgb(127,24,62); }

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

<style>
 a { background-color: #7F183E; }

 a { background-color: rgb(127,24,62); }

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

<style>
 span { border-color: #7F183E; }

 span { border-color: rgb(127,24,62); }

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