#582949

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

Shades of Loulou #582949

Tints of Loulou #582949

Color information

#582949 (or 0x582949) is unknown color: approx Loulou. HEX triplet: 58, 29 and 49. RGB value is (88,41,73). Sum of RGB (Red+Green+Blue) = 88+41+73=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #582949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582949 is #A7D6B6. Grayscale: #3A3A3A. Windows color (decimal): -10999479 or 4794712. OLE color: 4794712.

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

Color convert

RGB884173-
CMYK00.530.170.65
HSL319.15º36.43%25.29%-
HSV(B)319.15º53.41%34.51%-
XYZ6.024.146.79-
YUV58.7136.07148.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=43.56%
G=20.30%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88417300.530.170.65319.1536.4325.29
Hex582949035114113f2419
Octal13051111065211014774431
Binary10110001010011001001011010110001100000110011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582949; }

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

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

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

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

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

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

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

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