#582849

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

Shades of Loulou #582849

Tints of Loulou #582849

Color information

#582849 (or 0x582849) is unknown color: approx Loulou. HEX triplet: 58, 28 and 49. RGB value is (88,40,73). Sum of RGB (Red+Green+Blue) = 88+40+73=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582849 is #A7D7B6. Grayscale: #3A3A3A. Windows color (decimal): -10999735 or 4794456. OLE color: 4794456.

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

Color convert

RGB884073-
CMYK00.550.170.65
HSL318.75º37.5%25.1%-
HSV(B)318.75º54.55%34.51%-
XYZ5.994.076.77-
YUV58.11136.4149.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=43.78%
G=19.90%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88407300.550.170.65318.7537.525.1
Hex582849037114113f2619
Octal13050111067211014774631
Binary10110001010001001001011011110001100000110011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582849; }

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

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

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

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

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

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

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

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