#5F133A

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

Shades of Pompadour #5F133A

Tints of Pompadour #5F133A

Color information

#5F133A (or 0x5F133A) is unknown color: approx Pompadour. HEX triplet: 5F, 13 and 3A. RGB value is (95,19,58). Sum of RGB (Red+Green+Blue) = 95+19+58=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F133A is #A0ECC5. Grayscale: #2E2E2E. Windows color (decimal): -10546374 or 3806047. OLE color: 3806047.

HSL color Cylindrical-coordinate representation of color #5F133A: hue angle of 329.21º 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 #5F133A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB951958-
CMYK00.800.390.63
HSL329.21º66.67%22.35%-
HSV(B)329.21º80%37.25%-
XYZ5.723.24.32-
YUV46.17134.68162.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.23%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=55.23%
G=11.05%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95195800.800.390.63329.2166.6722.35
Hex5F133A050273F1494316
Octal13723720120477751110326
Binary10111111001111101001010000100111111111101001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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