#58234D

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

Shades of Loulou #58234D

Tints of Loulou #58234D

Color information

#58234D (or 0x58234D) is unknown color: approx Loulou. HEX triplet: 58, 23 and 4D. RGB value is (88,35,77). Sum of RGB (Red+Green+Blue) = 88+35+77=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58234D is #A7DCB2. Grayscale: #373737. Windows color (decimal): -11001011 or 5055320. OLE color: 5055320.

HSL color Cylindrical-coordinate representation of color #58234D: hue angle of 312.45º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58234D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB883577-
CMYK00.600.120.65
HSL312.45º43.09%24.12%-
HSV(B)312.45º60.23%34.51%-
XYZ5.973.817.44-
YUV55.64140.06151.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=44%
G=17.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88357700.600.120.65312.4543.0924.12
Hex58234D03CC411382b18
Octal13043115074141014705330
Binary1011000100011100110101111001100100000110011100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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