#5E233F

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

Shades of Pompadour #5E233F

Tints of Pompadour #5E233F

Color information

#5E233F (or 0x5E233F) is unknown color: approx Pompadour. HEX triplet: 5E, 23 and 3F. RGB value is (94,35,63). Sum of RGB (Red+Green+Blue) = 94+35+63=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E233F is #A1DCC0. Grayscale: #373737. Windows color (decimal): -10607809 or 4137822. OLE color: 4137822.

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

Color convert

RGB943563-
CMYK00.630.330.63
HSL331.53º45.74%25.29%-
HSV(B)331.53º62.77%36.86%-
XYZ6.113.945.14-
YUV55.83132.05155.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.96%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 63 (25% from 255) = 32.81%
R=48.96%
G=18.23%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94356300.630.330.63331.5345.7425.29
Hex5E233F03F213F14c2e19
Octal136437707741775145631
Binary1011110100011111111011111110000111111110100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,63); }

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

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

 a { background-color: rgb(94,35,63); }

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

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

 span { border-color: rgb(94,35,63); }

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