#6F194F

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

Shades of Pompadour #6F194F

Tints of Pompadour #6F194F

Color information

#6F194F (or 0x6F194F) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 4F. RGB value is (111,25,79). Sum of RGB (Red+Green+Blue) = 111+25+79=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F194F is #90E6B0. Grayscale: #383838. Windows color (decimal): -9496241 or 5183855. OLE color: 5183855.

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

Color convert

RGB1112579-
CMYK00.770.290.56
HSL322.33º63.24%26.67%-
HSV(B)322.33º77.48%43.53%-
XYZ8.314.647.85-
YUV56.87140.49166.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=51.63%
G=11.63%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111257900.770.290.56322.3363.2426.67
Hex6F194F04D1D381423f1b
Octal15731117011535705027733
Binary1101111110011001111010011011110111100010100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,79); }

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

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

 a { background-color: rgb(111,25,79); }

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

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

 span { border-color: rgb(111,25,79); }

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