#582348

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

Shades of Loulou #582348

Tints of Loulou #582348

Color information

#582348 (or 0x582348) is unknown color: approx Loulou. HEX triplet: 58, 23 and 48. RGB value is (88,35,72). Sum of RGB (Red+Green+Blue) = 88+35+72=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582348 is #A7DCB7. Grayscale: #363636. Windows color (decimal): -11001016 or 4727640. OLE color: 4727640.

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

Color convert

RGB883572-
CMYK00.600.180.65
HSL318.11º43.09%24.12%-
HSV(B)318.11º60.23%34.51%-
XYZ5.83.746.55-
YUV55.06137.56151.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=45.13%
G=17.95%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88357200.600.180.65318.1143.0924.12
Hex58234803C124113e2b18
Octal13043110074221014765330
Binary10110001000111001000011110010010100000110011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582348; }

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

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

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

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

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

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

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

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