#5F133B

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

Shades of Pompadour #5F133B

Tints of Pompadour #5F133B

Color information

#5F133B (or 0x5F133B) is unknown color: approx Pompadour. HEX triplet: 5F, 13 and 3B. RGB value is (95,19,59). Sum of RGB (Red+Green+Blue) = 95+19+59=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F133B is #A0ECC4. Grayscale: #2E2E2E. Windows color (decimal): -10546373 or 3871583. OLE color: 3871583.

HSL color Cylindrical-coordinate representation of color #5F133B: hue angle of 328.42º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F133B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB951959-
CMYK00.800.380.63
HSL328.42º66.67%22.35%-
HSV(B)328.42º80%37.25%-
XYZ5.743.214.46-
YUV46.28135.18162.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=54.91%
G=10.98%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95195900.800.380.63328.4266.6722.35
Hex5F133B050263F1484316
Octal13723730120467751010326
Binary10111111001111101101010000100110111111101001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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