#6F1744

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

Shades of Pompadour #6F1744

Tints of Pompadour #6F1744

Color information

#6F1744 (or 0x6F1744) is unknown color: approx Pompadour. HEX triplet: 6F, 17 and 44. RGB value is (111,23,68). Sum of RGB (Red+Green+Blue) = 111+23+68=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1744 is #90E8BB. Grayscale: #363636. Windows color (decimal): -9496764 or 4462447. OLE color: 4462447.

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

Color convert

RGB1112368-
CMYK00.790.390.56
HSL329.32º65.67%26.27%-
HSV(B)329.32º79.28%43.53%-
XYZ7.914.415.9-
YUV54.44135.65168.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=54.95%
G=11.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111236800.790.390.56329.3265.6726.27
Hex6F174404F2738149421a
Octal157271040117477051110232
Binary110111110111100010001001111100111111000101001001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,68); }

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

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

 a { background-color: rgb(111,23,68); }

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

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

 span { border-color: rgb(111,23,68); }

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