#6F1244

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

Shades of Pompadour #6F1244

Tints of Pompadour #6F1244

Color information

#6F1244 (or 0x6F1244) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 44. RGB value is (111,18,68). Sum of RGB (Red+Green+Blue) = 111+18+68=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1244 is #90EDBB. Grayscale: #333333. Windows color (decimal): -9498044 or 4461167. OLE color: 4461167.

HSL color Cylindrical-coordinate representation of color #6F1244: hue angle of 327.74º 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 #6F1244 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1111868-
CMYK00.840.390.56
HSL327.74º72.09%25.29%-
HSV(B)327.74º83.78%43.53%-
XYZ7.824.235.87-
YUV51.51137.31170.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=56.35%
G=9.14%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111186800.840.390.56327.7472.0925.29
Hex6F124405427381484819
Octal157221040124477051011031
Binary110111110010100010001010100100111111000101001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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