#6F194B

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

Shades of Pompadour #6F194B

Tints of Pompadour #6F194B

Color information

#6F194B (or 0x6F194B) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 4B. RGB value is (111,25,75). Sum of RGB (Red+Green+Blue) = 111+25+75=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F194B is #90E6B4. Grayscale: #383838. Windows color (decimal): -9496245 or 4921711. OLE color: 4921711.

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

Color convert

RGB1112575-
CMYK00.770.320.56
HSL325.12º63.24%26.67%-
HSV(B)325.12º77.48%43.53%-
XYZ8.174.587.11-
YUV56.41138.49166.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=52.61%
G=11.85%
B=35.55%

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
Decimal111257500.770.320.56325.1263.2426.67
Hex6F194B04D20381453f1b
Octal15731113011540705057733
Binary11011111100110010110100110110000011100010100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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