#6F1845

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

Shades of Pompadour #6F1845

Tints of Pompadour #6F1845

Color information

#6F1845 (or 0x6F1845) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 45. RGB value is (111,24,69). Sum of RGB (Red+Green+Blue) = 111+24+69=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1845 is #90E7BA. Grayscale: #373737. Windows color (decimal): -9496507 or 4528239. OLE color: 4528239.

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

Color convert

RGB1112469-
CMYK00.780.380.56
HSL328.97º64.44%26.47%-
HSV(B)328.97º78.38%43.53%-
XYZ7.964.466.07-
YUV55.14135.82167.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=54.41%
G=11.76%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111246900.780.380.56328.9764.4426.47
Hex6F184504E2638149401a
Octal157301050116467051110032
Binary110111111000100010101001110100110111000101001001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,69); }

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

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

 a { background-color: rgb(111,24,69); }

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

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

 span { border-color: rgb(111,24,69); }

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