#6F113B

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

Shades of Pompadour #6F113B

Tints of Pompadour #6F113B

Color information

#6F113B (or 0x6F113B) is unknown color: approx Pompadour. HEX triplet: 6F, 11 and 3B. RGB value is (111,17,59). Sum of RGB (Red+Green+Blue) = 111+17+59=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113B is #90EEC4. Grayscale: #313131. Windows color (decimal): -9498309 or 3871087. OLE color: 3871087.

HSL color Cylindrical-coordinate representation of color #6F113B: hue angle of 333.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F113B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1111759-
CMYK00.850.470.56
HSL333.19º73.44%25.1%-
HSV(B)333.19º84.68%43.53%-
XYZ7.554.14.53-
YUV49.89133.14171.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=59.36%
G=9.09%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111175900.850.470.56333.1973.4425.1
Hex6F113B0552F3814d4919
Octal15721730125577051511131
Binary11011111000111101101010101101111111000101001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,59); }

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

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

 a { background-color: rgb(111,17,59); }

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

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

 span { border-color: rgb(111,17,59); }

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