#6F1C44

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

Shades of Pompadour #6F1C44

Tints of Pompadour #6F1C44

Color information

#6F1C44 (or 0x6F1C44) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 44. RGB value is (111,28,68). Sum of RGB (Red+Green+Blue) = 111+28+68=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C44 is #90E3BB. Grayscale: #393939. Windows color (decimal): -9495484 or 4463727. OLE color: 4463727.

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

Color convert

RGB1112868-
CMYK00.750.390.56
HSL331.08º59.71%27.25%-
HSV(B)331.08º74.77%43.53%-
XYZ8.014.635.94-
YUV57.38134166.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=53.62%
G=13.53%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111286800.750.390.56331.0859.7127.25
Hex6F1C4404B273814b3c1b
Octal15734104011347705137433
Binary11011111110010001000100101110011111100010100101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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