Html Css Color HEX #581D4D Loulou

📋 copy color: '#581D4D'

red 88 ◦ green 29 ◦ blue 77

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

Shades of Loulou #581D4D

Tints of Loulou #581D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 45.36%
G = 14.95%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#581D4D (or 0x581D4D) is known color: Loulou. HEX triplet: 58, 1D and 4D. RGB value is (88,29,77). Sum of RGB (Red+Green+Blue) = 88+29+77=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D4D is #A7E2B2. Grayscale: #333333. Windows color (decimal): -11002547 or 5053784. OLE color: 5053784.

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

Color convert

RGB 88 29 77 -
CMYK 0 0.67 0.12 0.65
HSL 311.19º 0.5% 0.23% -
HSV(B) 311.19º 0.67% 0.35% -
XYZ 5.8 3.49 7.39 -
YUV 52.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 88 29 77 0 0.67 0.12 0.65 311.19 0.5 0.23
Hex 58 1D 4D 0 43 C 41 137 32 17
Octal 130 35 115 0 103 14 101 467 62 27
Binary 1011000 11101 1001101 0 1000011 1100 1000001 100110111 110010 10111

Color Harmonies of #581D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D4D

Black with #581D4D

Text Example


Text Example

White with #581D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,77); }

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

background-color css

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

 a { background-color: rgb(88,29,77); }

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

border-color css

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

 span { border-color: rgb(88,29,77); }

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