#6F124A

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

Shades of Pompadour #6F124A

Tints of Pompadour #6F124A

Color information

#6F124A (or 0x6F124A) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 4A. RGB value is (111,18,74). Sum of RGB (Red+Green+Blue) = 111+18+74=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F124A is #90EDB5. Grayscale: #343434. Windows color (decimal): -9498038 or 4854383. OLE color: 4854383.

HSL color Cylindrical-coordinate representation of color #6F124A: hue angle of 323.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F124A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1111874-
CMYK00.840.330.56
HSL323.87º72.09%25.29%-
HSV(B)323.87º83.78%43.53%-
XYZ8.014.316.89-
YUV52.19140.31169.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=54.68%
G=8.87%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111187400.840.330.56323.8772.0925.29
Hex6F124A05421381444819
Octal157221120124417050411031
Binary110111110010100101001010100100001111000101000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F124A; }

 p { color: rgb(111,18,74); }

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

<style>
 a { background-color: #6F124A; }

 a { background-color: rgb(111,18,74); }

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

<style>
 span { border-color: #6F124A; }

 span { border-color: rgb(111,18,74); }

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