#7F0C41

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

Shades of Pompadour #7F0C41

Tints of Pompadour #7F0C41

Color information

#7F0C41 (or 0x7F0C41) is unknown color: approx Pompadour. HEX triplet: 7F, 0C and 41. RGB value is (127,12,65). Sum of RGB (Red+Green+Blue) = 127+12+65=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C41 is #80F3BE. Grayscale: #343434. Windows color (decimal): -8451007 or 4263039. OLE color: 4263039.

HSL color Cylindrical-coordinate representation of color #7F0C41: hue angle of 332.35º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C41 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB1271265-
CMYK00.910.490.50
HSL332.35º82.73%27.25%-
HSV(B)332.35º90.55%49.8%-
XYZ9.845.165.48-
YUV52.43135.1181.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.25%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=62.25%
G=5.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127126500.910.490.50332.3582.7327.25
Hex7FC4105B313214c531b
Octal177141010133616251412333
Binary11111111100100000101011011110001110010101001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,12,65); }

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

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

 a { background-color: rgb(127,12,65); }

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

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

 span { border-color: rgb(127,12,65); }

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