#583348

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

Shades of Loulou #583348

Tints of Loulou #583348

Color information

#583348 (or 0x583348) is unknown color: approx Loulou. HEX triplet: 58, 33 and 48. RGB value is (88,51,72). Sum of RGB (Red+Green+Blue) = 88+51+72=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #583348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583348 is #A7CCB7. Grayscale: #404040. Windows color (decimal): -10996920 or 4731736. OLE color: 4731736.

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

Color convert

RGB885172-
CMYK00.420.180.65
HSL325.95º26.62%27.25%-
HSV(B)325.95º42.05%34.51%-
XYZ6.384.916.74-
YUV64.46132.26144.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=41.71%
G=24.17%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88517200.420.180.65325.9526.6227.25
Hex58334802A12411461b1b
Octal13063110052221015063333
Binary1011000110011100100001010101001010000011010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583348; }

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

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

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

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

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

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

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

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