Html Css Color HEX #582049 Loulou

📋 copy color: '#582049'

red 88 ◦ green 32 ◦ blue 73

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

Shades of Loulou #582049

Tints of Loulou #582049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

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

R = 45.6%
G = 16.58%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#582049 (or 0x582049) is known color: Loulou. HEX triplet: 58, 20 and 49. RGB value is (88,32,73). Sum of RGB (Red+Green+Blue) = 88+32+73=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582049 is #A7DFB6. Grayscale: #353535. Windows color (decimal): -11001783 or 4792408. OLE color: 4792408.

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

Color convert

RGB 88 32 73 -
CMYK 0 0.64 0.17 0.65
HSL 316.07º 0.47% 0.24% -
HSV(B) 316.07º 0.64% 0.35% -
XYZ 5.74 3.59 6.69 -
YUV 53.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 88 32 73 0 0.64 0.17 0.65 316.07 0.47 0.24
Hex 58 20 49 0 40 11 41 13C 2F 18
Octal 130 40 111 0 100 21 101 474 57 30
Binary 1011000 100000 1001001 0 1000000 10001 1000001 100111100 101111 11000

Color Harmonies of #582049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582049

Black with #582049

Text Example


Text Example

White with #582049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582049; }

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

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

background-color css

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

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

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

border-color css

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

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

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