#6F163A

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

Shades of Pompadour #6F163A

Tints of Pompadour #6F163A

Color information

#6F163A (or 0x6F163A) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 3A. RGB value is (111,22,58). Sum of RGB (Red+Green+Blue) = 111+22+58=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F163A is #90E9C5. Grayscale: #343434. Windows color (decimal): -9497030 or 3806831. OLE color: 3806831.

HSL color Cylindrical-coordinate representation of color #6F163A: hue angle of 335.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F163A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1112258-
CMYK00.800.480.56
HSL335.73º66.92%26.08%-
HSV(B)335.73º80.18%43.53%-
XYZ7.614.264.42-
YUV52.72130.99169.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=58.12%
G=11.52%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111225800.800.480.56335.7366.9226.08
Hex6F163A0503038150431a
Octal15726720120607052010332
Binary11011111011011101001010000110000111000101010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,58); }

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

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

 a { background-color: rgb(111,22,58); }

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

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

 span { border-color: rgb(111,22,58); }

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