#582946

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

Shades of Loulou #582946

Tints of Loulou #582946

Color information

#582946 (or 0x582946) is unknown color: approx Loulou. HEX triplet: 58, 29 and 46. RGB value is (88,41,70). Sum of RGB (Red+Green+Blue) = 88+41+70=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582946 is #A7D6B9. Grayscale: #3A3A3A. Windows color (decimal): -10999482 or 4598104. OLE color: 4598104.

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

Color convert

RGB884170-
CMYK00.530.200.65
HSL322.98º36.43%25.29%-
HSV(B)322.98º53.41%34.51%-
XYZ5.924.16.27-
YUV58.36134.57149.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=44.22%
G=20.60%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88417000.530.200.65322.9836.4325.29
Hex58294603514411432419
Octal13051106065241015034431
Binary10110001010011000110011010110100100000110100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582946; }

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

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

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

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

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

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

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

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