#58214D

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

Shades of Loulou #58214D

Tints of Loulou #58214D

Color information

#58214D (or 0x58214D) is unknown color: approx Loulou. HEX triplet: 58, 21 and 4D. RGB value is (88,33,77). Sum of RGB (Red+Green+Blue) = 88+33+77=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58214D is #A7DEB2. Grayscale: #363636. Windows color (decimal): -11001523 or 5054808. OLE color: 5054808.

HSL color Cylindrical-coordinate representation of color #58214D: hue angle of 312º 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 #58214D is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB883377-
CMYK00.620.120.65
HSL312º45.45%23.73%-
HSV(B)312º62.5%34.51%-
XYZ5.913.77.42-
YUV54.46140.72151.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88337700.620.120.6531245.4523.73
Hex58214D03EC411382d18
Octal13041115076141014705530
Binary1011000100001100110101111101100100000110011100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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