Html Css Color HEX #581B49 Loulou

📋 copy color: '#581B49'

red 88 ◦ green 27 ◦ blue 73

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

Shades of Loulou #581B49

Tints of Loulou #581B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

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

R = 46.81%
G = 14.36%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#581B49 (or 0x581B49) is known color: Loulou. HEX triplet: 58, 1B and 49. RGB value is (88,27,73). Sum of RGB (Red+Green+Blue) = 88+27+73=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B49 is #A7E4B6. Grayscale: #323232. Windows color (decimal): -11003063 or 4791128. OLE color: 4791128.

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

Color convert

RGB 88 27 73 -
CMYK 0 0.69 0.17 0.65
HSL 314.75º 0.53% 0.23% -
HSV(B) 314.75º 0.69% 0.35% -
XYZ 5.62 3.34 6.65 -
YUV 50.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 88 27 73 0 0.69 0.17 0.65 314.75 0.53 0.23
Hex 58 1B 49 0 45 11 41 13B 35 17
Octal 130 33 111 0 105 21 101 473 65 27
Binary 1011000 11011 1001001 0 1000101 10001 1000001 100111011 110101 10111

Color Harmonies of #581B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B49

Black with #581B49

Text Example


Text Example

White with #581B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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