Html Css Color HEX #582449 Loulou

📋 copy color: '#582449'

red 88 ◦ green 36 ◦ blue 73

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

Shades of Loulou #582449

Tints of Loulou #582449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 44.67%
G = 18.27%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#582449 (or 0x582449) is known color: Loulou. HEX triplet: 58, 24 and 49. RGB value is (88,36,73). Sum of RGB (Red+Green+Blue) = 88+36+73=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582449 is #A7DBB6. Grayscale: #373737. Windows color (decimal): -11000759 or 4793432. OLE color: 4793432.

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

Color convert

RGB 88 36 73 -
CMYK 0 0.59 0.17 0.65
HSL 317.31º 0.42% 0.24% -
HSV(B) 317.31º 0.59% 0.35% -
XYZ 5.86 3.82 6.73 -
YUV 55.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 88 36 73 0 0.59 0.17 0.65 317.31 0.42 0.24
Hex 58 24 49 0 3B 11 41 13D 2A 18
Octal 130 44 111 0 73 21 101 475 52 30
Binary 1011000 100100 1001001 0 111011 10001 1000001 100111101 101010 11000

Color Harmonies of #582449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582449

Black with #582449

Text Example


Text Example

White with #582449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582449; }

 p { color: rgb(88,36,73); }

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

background-color css

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

 a { background-color: rgb(88,36,73); }

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

border-color css

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

 span { border-color: rgb(88,36,73); }

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