Html Css Color HEX #581D4E Loulou

📋 copy color: '#581D4E'

red 88 ◦ green 29 ◦ blue 78

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

Shades of Loulou #581D4E

Tints of Loulou #581D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 45.13%
G = 14.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#581D4E (or 0x581D4E) is known color: Loulou. HEX triplet: 58, 1D and 4E. RGB value is (88,29,78). Sum of RGB (Red+Green+Blue) = 88+29+78=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D4E is #A7E2B1. Grayscale: #343434. Windows color (decimal): -11002546 or 5119320. OLE color: 5119320.

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

Color convert

RGB 88 29 78 -
CMYK 0 0.67 0.11 0.65
HSL 310.17º 0.5% 0.23% -
HSV(B) 310.17º 0.67% 0.35% -
XYZ 5.84 3.5 7.58 -
YUV 52.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 88 29 78 0 0.67 0.11 0.65 310.17 0.5 0.23
Hex 58 1D 4E 0 43 B 41 136 32 17
Octal 130 35 116 0 103 13 101 466 62 27
Binary 1011000 11101 1001110 0 1000011 1011 1000001 100110110 110010 10111

Color Harmonies of #581D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D4E

Black with #581D4E

Text Example


Text Example

White with #581D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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