#6F194C

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

Shades of Pompadour #6F194C

Tints of Pompadour #6F194C

Color information

#6F194C (or 0x6F194C) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 4C. RGB value is (111,25,76). Sum of RGB (Red+Green+Blue) = 111+25+76=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F194C is #90E6B3. Grayscale: #383838. Windows color (decimal): -9496244 or 4987247. OLE color: 4987247.

HSL color Cylindrical-coordinate representation of color #6F194C: hue angle of 324.42º 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 #6F194C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1112576-
CMYK00.770.320.56
HSL324.42º63.24%26.67%-
HSV(B)324.42º77.48%43.53%-
XYZ8.214.67.29-
YUV56.53138.99166.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=52.36%
G=11.79%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111257600.770.320.56324.4263.2426.67
Hex6F194C04D20381443f1b
Octal15731114011540705047733
Binary11011111100110011000100110110000011100010100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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