#6F2953

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

Shades of Pompadour #6F2953

Tints of Pompadour #6F2953

Color information

#6F2953 (or 0x6F2953) is unknown color: approx Pompadour. HEX triplet: 6F, 29 and 53. RGB value is (111,41,83). Sum of RGB (Red+Green+Blue) = 111+41+83=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2953 is #90D6AC. Grayscale: #424242. Windows color (decimal): -9492141 or 5450095. OLE color: 5450095.

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

Color convert

RGB1114183-
CMYK00.630.250.56
HSL324º46.05%29.8%-
HSV(B)324º63.06%43.53%-
XYZ8.915.598.79-
YUV66.72137.19159.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=47.23%
G=17.45%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111418300.630.250.5632446.0529.8
Hex6F295303F19381442e1e
Octal1575112307731705045636
Binary1101111101001101001101111111100111100010100010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,83); }

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

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

 a { background-color: rgb(111,41,83); }

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

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

 span { border-color: rgb(111,41,83); }

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