#7F183F

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

Shades of Pompadour #7F183F

Tints of Pompadour #7F183F

Color information

#7F183F (or 0x7F183F) is unknown color: approx Pompadour. HEX triplet: 7F, 18 and 3F. RGB value is (127,24,63). Sum of RGB (Red+Green+Blue) = 127+24+63=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183F is #80E7C0. Grayscale: #3B3B3B. Windows color (decimal): -8447937 or 4135039. OLE color: 4135039.

HSL color Cylindrical-coordinate representation of color #7F183F: hue angle of 337.28º 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 #7F183F is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1272463-
CMYK00.810.500.50
HSL337.28º68.21%29.61%-
HSV(B)337.28º81.1%49.8%-
XYZ9.985.525.24-
YUV59.24130.12176.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 63 (25% from 255) = 29.44%
R=59.35%
G=11.21%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127246300.810.500.50337.2868.2129.61
Hex7F183F0513232151441e
Octal17730770121626252110436
Binary11111111100011111101010001110010110010101010001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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