#58284B

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

Shades of Loulou #58284B

Tints of Loulou #58284B

Color information

#58284B (or 0x58284B) is unknown color: approx Loulou. HEX triplet: 58, 28 and 4B. RGB value is (88,40,75). Sum of RGB (Red+Green+Blue) = 88+40+75=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58284B is #A7D7B4. Grayscale: #3A3A3A. Windows color (decimal): -10999733 or 4925528. OLE color: 4925528.

HSL color Cylindrical-coordinate representation of color #58284B: hue angle of 316.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58284B is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB884075-
CMYK00.550.150.65
HSL316.25º37.5%25.1%-
HSV(B)316.25º54.55%34.51%-
XYZ6.054.17.13-
YUV58.34137.4149.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=43.35%
G=19.70%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88407500.550.150.65316.2537.525.1
Hex58284B037F4113c2619
Octal13050113067171014744631
Binary1011000101000100101101101111111100000110011110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58284B; }

 p { color: rgb(88,40,75); }

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

<style>
 a { background-color: #58284B; }

 a { background-color: rgb(88,40,75); }

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

<style>
 span { border-color: #58284B; }

 span { border-color: rgb(88,40,75); }

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