#7F0C44

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

Shades of Pompadour #7F0C44

Tints of Pompadour #7F0C44

Color information

#7F0C44 (or 0x7F0C44) is unknown color: approx Pompadour. HEX triplet: 7F, 0C and 44. RGB value is (127,12,68). Sum of RGB (Red+Green+Blue) = 127+12+68=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C44 is #80F3BB. Grayscale: #343434. Windows color (decimal): -8451004 or 4459647. OLE color: 4459647.

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

Color convert

RGB1271268-
CMYK00.910.460.50
HSL330.78º82.73%27.25%-
HSV(B)330.78º90.55%49.8%-
XYZ9.935.195.95-
YUV52.77136.6180.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=61.35%
G=5.80%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127126800.910.460.50330.7882.7327.25
Hex7FC4405B2E3214b531b
Octal177141040133566251312333
Binary11111111100100010001011011101110110010101001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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