#6F1152

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

Shades of Pompadour #6F1152

Tints of Pompadour #6F1152

Color information

#6F1152 (or 0x6F1152) is unknown color: approx Pompadour. HEX triplet: 6F, 11 and 52. RGB value is (111,17,82). Sum of RGB (Red+Green+Blue) = 111+17+82=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1152 is #90EEAD. Grayscale: #343434. Windows color (decimal): -9498286 or 5378415. OLE color: 5378415.

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

Color convert

RGB1111782-
CMYK00.850.260.56
HSL318.51º73.44%25.1%-
HSV(B)318.51º84.68%43.53%-
XYZ8.284.398.39-
YUV52.52144.64169.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=52.86%
G=8.10%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111178200.850.260.56318.5173.4425.1
Hex6F11520551A3813f4919
Octal157211220125327047711131
Binary11011111000110100100101010111010111000100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,82); }

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

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

 a { background-color: rgb(111,17,82); }

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

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

 span { border-color: rgb(111,17,82); }

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