#6F1B49

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

Shades of Pompadour #6F1B49

Tints of Pompadour #6F1B49

Color information

#6F1B49 (or 0x6F1B49) is unknown color: approx Pompadour. HEX triplet: 6F, 1B and 49. RGB value is (111,27,73). Sum of RGB (Red+Green+Blue) = 111+27+73=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B49 is #90E4B6. Grayscale: #393939. Windows color (decimal): -9495735 or 4791151. OLE color: 4791151.

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

Color convert

RGB1112773-
CMYK00.760.340.56
HSL327.14º60.87%27.06%-
HSV(B)327.14º75.68%43.53%-
XYZ8.154.646.77-
YUV57.36136.83166.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=52.61%
G=12.80%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111277300.760.340.56327.1460.8727.06
Hex6F1B4904C22381473d1b
Octal15733111011442705077533
Binary11011111101110010010100110010001011100010100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,27,73); }

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

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

 a { background-color: rgb(111,27,73); }

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

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

 span { border-color: rgb(111,27,73); }

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