#58234F

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

Shades of Loulou #58234F

Tints of Loulou #58234F

Color information

#58234F (or 0x58234F) is unknown color: approx Loulou. HEX triplet: 58, 23 and 4F. RGB value is (88,35,79). Sum of RGB (Red+Green+Blue) = 88+35+79=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58234F is #A7DCB0. Grayscale: #373737. Windows color (decimal): -11001009 or 5186392. OLE color: 5186392.

HSL color Cylindrical-coordinate representation of color #58234F: hue angle of 310.19º 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 #58234F is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB883579-
CMYK00.600.100.65
HSL310.19º43.09%24.12%-
HSV(B)310.19º60.23%34.51%-
XYZ6.043.847.82-
YUV55.86141.06150.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=43.56%
G=17.33%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88357900.600.100.65310.1943.0924.12
Hex58234F03CA411362b18
Octal13043117074121014665330
Binary1011000100011100111101111001010100000110011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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