#5E213D

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

Shades of Pompadour #5E213D

Tints of Pompadour #5E213D

Color information

#5E213D (or 0x5E213D) is unknown color: approx Pompadour. HEX triplet: 5E, 21 and 3D. RGB value is (94,33,61). Sum of RGB (Red+Green+Blue) = 94+33+61=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E213D is #A1DEC2. Grayscale: #363636. Windows color (decimal): -10608323 or 4006238. OLE color: 4006238.

HSL color Cylindrical-coordinate representation of color #5E213D: hue angle of 332.46º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E213D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB943361-
CMYK00.650.350.63
HSL332.46º48.03%24.9%-
HSV(B)332.46º64.89%36.86%-
XYZ63.84.83-
YUV54.43131.71156.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=50%
G=17.55%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94336100.650.350.63332.4648.0324.9
Hex5E213D041233F14c3019
Octal1364175010143775146031
Binary10111101000011111010100000110001111111110100110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,33,61); }

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

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

 a { background-color: rgb(94,33,61); }

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

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

 span { border-color: rgb(94,33,61); }

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