#5E1A3A

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

Shades of Pompadour #5E1A3A

Tints of Pompadour #5E1A3A

Color information

#5E1A3A (or 0x5E1A3A) is unknown color: approx Pompadour. HEX triplet: 5E, 1A and 3A. RGB value is (94,26,58). Sum of RGB (Red+Green+Blue) = 94+26+58=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1A3A is #A1E5C5. Grayscale: #313131. Windows color (decimal): -10610118 or 3807838. OLE color: 3807838.

HSL color Cylindrical-coordinate representation of color #5E1A3A: hue angle of 331.76º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E1A3A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB942658-
CMYK00.720.380.63
HSL331.76º56.67%23.53%-
HSV(B)331.76º72.34%36.86%-
XYZ5.753.424.36-
YUV49.98132.53159.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=52.81%
G=14.61%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94265800.720.380.63331.7656.6723.53
Hex5E1A3A048263F14c3918
Octal1363272011046775147130
Binary1011110110101110100100100010011011111110100110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,26,58); }

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

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

 a { background-color: rgb(94,26,58); }

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

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

 span { border-color: rgb(94,26,58); }

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