Html Css Color HEX #583350 Loulou

📋 copy color: '#583350'

red 88 ◦ green 51 ◦ blue 80

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

Shades of Loulou #583350

Tints of Loulou #583350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 40.18%
G = 23.29%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#583350 (or 0x583350) is known color: Loulou. HEX triplet: 58, 33 and 50. RGB value is (88,51,80). Sum of RGB (Red+Green+Blue) = 88+51+80=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #583350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583350 is #A7CCAF. Grayscale: #414141. Windows color (decimal): -10996912 or 5256024. OLE color: 5256024.

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

Color convert

RGB 88 51 80 -
CMYK 0 0.42 0.09 0.65
HSL 312.97º 0.27% 0.27% -
HSV(B) 312.97º 0.42% 0.35% -
XYZ 6.66 5.02 8.21 -
YUV 65.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 88 51 80 0 0.42 0.09 0.65 312.97 0.27 0.27
Hex 58 33 50 0 2A 9 41 139 1B 1B
Octal 130 63 120 0 52 11 101 471 33 33
Binary 1011000 110011 1010000 0 101010 1001 1000001 100111001 11011 11011

Color Harmonies of #583350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583350

Black with #583350

Text Example


Text Example

White with #583350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583350; }

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

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

background-color css

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

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

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

border-color css

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

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

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