#6F133F

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

Shades of Pompadour #6F133F

Tints of Pompadour #6F133F

Color information

#6F133F (or 0x6F133F) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 3F. RGB value is (111,19,63). Sum of RGB (Red+Green+Blue) = 111+19+63=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F133F is #90ECC0. Grayscale: #333333. Windows color (decimal): -9497793 or 4133743. OLE color: 4133743.

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

Color convert

RGB1111963-
CMYK00.830.430.56
HSL331.3º70.77%25.49%-
HSV(B)331.3º82.88%43.53%-
XYZ7.694.25.11-
YUV51.52134.48170.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 63 (25% from 255) = 32.64%
R=57.51%
G=9.84%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111196300.830.430.56331.370.7725.49
Hex6F133F0532B3814b4719
Octal15723770123537051310731
Binary11011111001111111101010011101011111000101001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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