#7F1840

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

Shades of Pompadour #7F1840

Tints of Pompadour #7F1840

Color information

#7F1840 (or 0x7F1840) is unknown color: approx Pompadour. HEX triplet: 7F, 18 and 40. RGB value is (127,24,64). Sum of RGB (Red+Green+Blue) = 127+24+64=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1840 is #80E7BF. Grayscale: #3B3B3B. Windows color (decimal): -8447936 or 4200575. OLE color: 4200575.

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

Color convert

RGB1272464-
CMYK00.810.500.50
HSL336.7º68.21%29.61%-
HSV(B)336.7º81.1%49.8%-
XYZ105.545.39-
YUV59.36130.62176.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.07%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=59.07%
G=11.16%
B=29.77%

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
Decimal127246400.810.500.50336.768.2129.61
Hex7F18400513232151441e
Octal177301000121626252110436
Binary111111111000100000001010001110010110010101010001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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