Html Css Color HEX #581B4A Loulou

📋 copy color: '#581B4A'

red 88 ◦ green 27 ◦ blue 74

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

Shades of Loulou #581B4A

Tints of Loulou #581B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.15%

R = 46.56%
G = 14.29%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#581B4A (or 0x581B4A) is known color: Loulou. HEX triplet: 58, 1B and 4A. RGB value is (88,27,74). Sum of RGB (Red+Green+Blue) = 88+27+74=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B4A is #A7E4B5. Grayscale: #323232. Windows color (decimal): -11003062 or 4856664. OLE color: 4856664.

HSL color Cylindrical-coordinate representation of color #581B4A: hue angle of 313.77º 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 #581B4A is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 74 -
CMYK 0 0.69 0.16 0.65
HSL 313.77º 0.53% 0.23% -
HSV(B) 313.77º 0.69% 0.35% -
XYZ 5.65 3.35 6.83 -
YUV 50.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 88 27 74 0 0.69 0.16 0.65 313.77 0.53 0.23
Hex 58 1B 4A 0 45 10 41 13A 35 17
Octal 130 33 112 0 105 20 101 472 65 27
Binary 1011000 11011 1001010 0 1000101 10000 1000001 100111010 110101 10111

Color Harmonies of #581B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B4A

Black with #581B4A

Text Example


Text Example

White with #581B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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