#6F1F52

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

Shades of Pompadour #6F1F52

Tints of Pompadour #6F1F52

Color information

#6F1F52 (or 0x6F1F52) is unknown color: approx Pompadour. HEX triplet: 6F, 1F and 52. RGB value is (111,31,82). Sum of RGB (Red+Green+Blue) = 111+31+82=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F52 is #90E0AD. Grayscale: #3C3C3C. Windows color (decimal): -9494702 or 5381999. OLE color: 5381999.

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

Color convert

RGB1113182-
CMYK00.720.260.56
HSL321.75º56.34%27.84%-
HSV(B)321.75º72.07%43.53%-
XYZ8.574.978.49-
YUV60.73140163.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=49.55%
G=13.84%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111318200.720.260.56321.7556.3427.84
Hex6F1F520481A38142381c
Octal15737122011032705027034
Binary1101111111111010010010010001101011100010100001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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