#582648

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

Shades of Loulou #582648

Tints of Loulou #582648

Color information

#582648 (or 0x582648) is unknown color: approx Loulou. HEX triplet: 58, 26 and 48. RGB value is (88,38,72). Sum of RGB (Red+Green+Blue) = 88+38+72=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #582648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582648 is #A7D9B7. Grayscale: #383838. Windows color (decimal): -11000248 or 4728408. OLE color: 4728408.

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

Color convert

RGB883872-
CMYK00.570.180.65
HSL319.2º39.68%24.71%-
HSV(B)319.2º56.82%34.51%-
XYZ5.893.936.58-
YUV56.83136.56150.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=44.44%
G=19.19%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88387200.570.180.65319.239.6824.71
Hex582648039124113f2819
Octal13046110071221014775031
Binary10110001001101001000011100110010100000110011111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582648; }

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

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

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

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

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

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

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

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