#6F2446

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

Shades of Pompadour #6F2446

Tints of Pompadour #6F2446

Color information

#6F2446 (or 0x6F2446) is unknown color: approx Pompadour. HEX triplet: 6F, 24 and 46. RGB value is (111,36,70). Sum of RGB (Red+Green+Blue) = 111+36+70=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2446 is #90DBB9. Grayscale: #3E3E3E. Windows color (decimal): -9493434 or 4596847. OLE color: 4596847.

HSL color Cylindrical-coordinate representation of color #6F2446: hue angle of 332.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2446 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1113670-
CMYK00.680.370.56
HSL332.8º51.02%28.82%-
HSV(B)332.8º67.57%43.53%-
XYZ8.295.086.34-
YUV62.3132.35162.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=51.15%
G=16.59%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111367000.680.370.56332.851.0228.82
Hex6F2446044253814d331d
Octal15744106010445705156335
Binary110111110010010001100100010010010111100010100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,70); }

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

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

 a { background-color: rgb(111,36,70); }

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

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

 span { border-color: rgb(111,36,70); }

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