Html Css Color HEX #583250 Loulou

📋 copy color: '#583250'

red 88 ◦ green 50 ◦ blue 80

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

Shades of Loulou #583250

Tints of Loulou #583250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 40.37%
G = 22.94%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#583250 (or 0x583250) is known color: Loulou. HEX triplet: 58, 32 and 50. RGB value is (88,50,80). Sum of RGB (Red+Green+Blue) = 88+50+80=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #583250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583250 is #A7CDAF. Grayscale: #404040. Windows color (decimal): -10997168 or 5255768. OLE color: 5255768.

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

Color convert

RGB 88 50 80 -
CMYK 0 0.43 0.09 0.65
HSL 312.63º 0.28% 0.27% -
HSV(B) 312.63º 0.43% 0.35% -
XYZ 6.61 4.94 8.19 -
YUV 64.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 88 50 80 0 0.43 0.09 0.65 312.63 0.28 0.27
Hex 58 32 50 0 2B 9 41 139 1C 1B
Octal 130 62 120 0 53 11 101 471 34 33
Binary 1011000 110010 1010000 0 101011 1001 1000001 100111001 11100 11011

Color Harmonies of #583250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583250

Black with #583250

Text Example


Text Example

White with #583250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583250; }

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

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

background-color css

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

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

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

border-color css

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

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

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