Html Css Color HEX #583148 Loulou

📋 copy color: '#583148'

red 88 ◦ green 49 ◦ blue 72

#583148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #583148

Tints of Loulou #583148

RGB

 RED value IS 88 (34.77% from 255) = 42.11%

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 42.11%
G = 23.44%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#583148 (or 0x583148) is known color: Loulou. HEX triplet: 58, 31 and 48. RGB value is (88,49,72). Sum of RGB (Red+Green+Blue) = 88+49+72=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #583148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583148 is #A7CEB7. Grayscale: #3F3F3F. Windows color (decimal): -10997432 or 4731224. OLE color: 4731224.

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

Color convert

RGB 88 49 72 -
CMYK 0 0.44 0.18 0.65
HSL 324.62º 0.28% 0.27% -
HSV(B) 324.62º 0.44% 0.35% -
XYZ 6.29 4.74 6.71 -
YUV 63.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 88 49 72 0 0.44 0.18 0.65 324.62 0.28 0.27
Hex 58 31 48 0 2C 12 41 145 1C 1B
Octal 130 61 110 0 54 22 101 505 34 33
Binary 1011000 110001 1001000 0 101100 10010 1000001 101000101 11100 11011

Color Harmonies of #583148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583148

Black with #583148

Text Example


Text Example

White with #583148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583148; }

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

 H1.HeaderClassName
 {
   color: #583148;
 }
 .AnyTagClassName
 {
   color: #583148;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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