#582746

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

Shades of Loulou #582746

Tints of Loulou #582746

Color information

#582746 (or 0x582746) is unknown color: approx Loulou. HEX triplet: 58, 27 and 46. RGB value is (88,39,70). Sum of RGB (Red+Green+Blue) = 88+39+70=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582746 is #A7D8B9. Grayscale: #393939. Windows color (decimal): -10999994 or 4597592. OLE color: 4597592.

HSL color Cylindrical-coordinate representation of color #582746: hue angle of 322.04º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582746 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB883970-
CMYK00.560.200.65
HSL322.04º38.58%24.9%-
HSV(B)322.04º55.68%34.51%-
XYZ5.863.976.25-
YUV57.18135.23149.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=44.67%
G=19.80%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88397000.560.200.65322.0438.5824.9
Hex58274603814411422719
Octal13047106070241015024731
Binary10110001001111000110011100010100100000110100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582746; }

 p { color: rgb(88,39,70); }

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

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

 a { background-color: rgb(88,39,70); }

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

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

 span { border-color: rgb(88,39,70); }

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