#582948

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

Shades of Loulou #582948

Tints of Loulou #582948

Color information

#582948 (or 0x582948) is unknown color: approx Loulou. HEX triplet: 58, 29 and 48. RGB value is (88,41,72). Sum of RGB (Red+Green+Blue) = 88+41+72=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582948 is #A7D6B7. Grayscale: #3A3A3A. Windows color (decimal): -10999480 or 4729176. OLE color: 4729176.

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

Color convert

RGB884172-
CMYK00.530.180.65
HSL320.43º36.43%25.29%-
HSV(B)320.43º53.41%34.51%-
XYZ5.994.136.61-
YUV58.59135.57148.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=43.78%
G=20.40%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88417200.530.180.65320.4336.4325.29
Hex58294803512411402419
Octal13051110065221015004431
Binary10110001010011001000011010110010100000110100000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582948; }

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

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

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

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

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

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

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

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