Html Css Color HEX #583248 Loulou

📋 copy color: '#583248'

red 88 ◦ green 50 ◦ blue 72

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

Shades of Loulou #583248

Tints of Loulou #583248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 41.9%
G = 23.81%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#583248 (or 0x583248) is known color: Loulou. HEX triplet: 58, 32 and 48. RGB value is (88,50,72). Sum of RGB (Red+Green+Blue) = 88+50+72=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #583248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583248 is #A7CDB7. Grayscale: #3F3F3F. Windows color (decimal): -10997176 or 4731480. OLE color: 4731480.

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

Color convert

RGB 88 50 72 -
CMYK 0 0.43 0.18 0.65
HSL 325.26º 0.28% 0.27% -
HSV(B) 325.26º 0.43% 0.35% -
XYZ 6.33 4.82 6.73 -
YUV 63.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 88 50 72 0 0.43 0.18 0.65 325.26 0.28 0.27
Hex 58 32 48 0 2B 12 41 145 1C 1B
Octal 130 62 110 0 53 22 101 505 34 33
Binary 1011000 110010 1001000 0 101011 10010 1000001 101000101 11100 11011

Color Harmonies of #583248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583248

Black with #583248

Text Example


Text Example

White with #583248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583248; }

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

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

background-color css

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

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

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

border-color css

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

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

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