#6F133B

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

Shades of Pompadour #6F133B

Tints of Pompadour #6F133B

Color information

#6F133B (or 0x6F133B) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 3B. RGB value is (111,19,59). Sum of RGB (Red+Green+Blue) = 111+19+59=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F133B is #90ECC4. Grayscale: #333333. Windows color (decimal): -9497797 or 3871599. OLE color: 3871599.

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

Color convert

RGB1111959-
CMYK00.830.470.56
HSL333.91º70.77%25.49%-
HSV(B)333.91º82.88%43.53%-
XYZ7.584.164.54-
YUV51.07132.48170.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.73%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=58.73%
G=10.05%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111195900.830.470.56333.9170.7725.49
Hex6F133B0532F3814e4719
Octal15723730123577051610731
Binary11011111001111101101010011101111111000101001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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