#6F284A

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

Shades of Pompadour #6F284A

Tints of Pompadour #6F284A

Color information

#6F284A (or 0x6F284A) is unknown color: approx Pompadour. HEX triplet: 6F, 28 and 4A. RGB value is (111,40,74). Sum of RGB (Red+Green+Blue) = 111+40+74=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F284A is #90D7B5. Grayscale: #414141. Windows color (decimal): -9492406 or 4860015. OLE color: 4860015.

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

Color convert

RGB1114074-
CMYK00.640.330.56
HSL331.27º47.02%29.61%-
HSV(B)331.27º63.96%43.53%-
XYZ8.555.397.07-
YUV65.1133.02160.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=49.33%
G=17.78%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111407400.640.330.56331.2747.0229.61
Hex6F284A040213814b2f1e
Octal15750112010041705135736
Binary110111110100010010100100000010000111100010100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,74); }

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

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

 a { background-color: rgb(111,40,74); }

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

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

 span { border-color: rgb(111,40,74); }

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