Html Css Color HEX #582249 Loulou

📋 copy color: '#582249'

red 88 ◦ green 34 ◦ blue 73

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

Shades of Loulou #582249

Tints of Loulou #582249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

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

R = 45.13%
G = 17.44%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#582249 (or 0x582249) is known color: Loulou. HEX triplet: 58, 22 and 49. RGB value is (88,34,73). Sum of RGB (Red+Green+Blue) = 88+34+73=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582249 is #A7DDB6. Grayscale: #363636. Windows color (decimal): -11001271 or 4792920. OLE color: 4792920.

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

Color convert

RGB 88 34 73 -
CMYK 0 0.61 0.17 0.65
HSL 316.67º 0.44% 0.24% -
HSV(B) 316.67º 0.61% 0.35% -
XYZ 5.8 3.7 6.71 -
YUV 54.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 88 34 73 0 0.61 0.17 0.65 316.67 0.44 0.24
Hex 58 22 49 0 3D 11 41 13D 2C 18
Octal 130 42 111 0 75 21 101 475 54 30
Binary 1011000 100010 1001001 0 111101 10001 1000001 100111101 101100 11000

Color Harmonies of #582249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582249

Black with #582249

Text Example


Text Example

White with #582249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582249; }

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

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

background-color css

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

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

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

border-color css

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

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

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