#58214E

Color #58214E Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #58214E

Tints of Loulou #58214E

Color information

#58214E (or 0x58214E) is unknown color: approx Loulou. HEX triplet: 58, 21 and 4E. RGB value is (88,33,78). Sum of RGB (Red+Green+Blue) = 88+33+78=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58214E is #A7DEB1. Grayscale: #363636. Windows color (decimal): -11001522 or 5120344. OLE color: 5120344.

HSL color Cylindrical-coordinate representation of color #58214E: hue angle of 310.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58214E is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB883378-
CMYK00.620.110.65
HSL310.91º45.45%23.73%-
HSV(B)310.91º62.5%34.51%-
XYZ5.943.717.61-
YUV54.57141.22151.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=44.22%
G=16.58%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88337800.620.110.65310.9145.4523.73
Hex58214E03EB411372d18
Octal13041116076131014675530
Binary1011000100001100111001111101011100000110011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58214E; }

 p { color: rgb(88,33,78); }

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

<style>
 a { background-color: #58214E; }

 a { background-color: rgb(88,33,78); }

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

<style>
 span { border-color: #58214E; }

 span { border-color: rgb(88,33,78); }

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