Html Css Color HEX #582B49 Loulou

📋 copy color: '#582B49'

red 88 ◦ green 43 ◦ blue 73

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

Shades of Loulou #582B49

Tints of Loulou #582B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

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

R = 43.14%
G = 21.08%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#582B49 (or 0x582B49) is known color: Loulou. HEX triplet: 58, 2B and 49. RGB value is (88,43,73). Sum of RGB (Red+Green+Blue) = 88+43+73=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B49 is #A7D4B6. Grayscale: #3B3B3B. Windows color (decimal): -10998967 or 4795224. OLE color: 4795224.

HSL color Cylindrical-coordinate representation of color #582B49: hue angle of 320º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B49 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 43 73 -
CMYK 0 0.51 0.17 0.65
HSL 320º 0.34% 0.26% -
HSV(B) 320º 0.51% 0.35% -
XYZ 6.09 4.28 6.81 -
YUV 59.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 88 43 73 0 0.51 0.17 0.65 320 0.34 0.26
Hex 58 2B 49 0 33 11 41 140 22 1A
Octal 130 53 111 0 63 21 101 500 42 32
Binary 1011000 101011 1001001 0 110011 10001 1000001 101000000 100010 11010

Color Harmonies of #582B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B49

Black with #582B49

Text Example


Text Example

White with #582B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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