Html Css Color HEX #581A48 Loulou

📋 copy color: '#581A48'

red 88 ◦ green 26 ◦ blue 72

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

Shades of Loulou #581A48

Tints of Loulou #581A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 47.31%
G = 13.98%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#581A48 (or 0x581A48) is known color: Loulou. HEX triplet: 58, 1A and 48. RGB value is (88,26,72). Sum of RGB (Red+Green+Blue) = 88+26+72=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A48 is #A7E5B7. Grayscale: #313131. Windows color (decimal): -11003320 or 4725336. OLE color: 4725336.

HSL color Cylindrical-coordinate representation of color #581A48: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A48 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 72 -
CMYK 0 0.70 0.18 0.65
HSL 315.48º 0.54% 0.22% -
HSV(B) 315.48º 0.7% 0.35% -
XYZ 5.56 3.28 6.47 -
YUV 49.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 88 26 72 0 0.70 0.18 0.65 315.48 0.54 0.22
Hex 58 1A 48 0 46 12 41 13B 36 16
Octal 130 32 110 0 106 22 101 473 66 26
Binary 1011000 11010 1001000 0 1000110 10010 1000001 100111011 110110 10110

Color Harmonies of #581A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A48

Black with #581A48

Text Example


Text Example

White with #581A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,26,72); }

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

background-color css

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

 a { background-color: rgb(88,26,72); }

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

border-color css

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

 span { border-color: rgb(88,26,72); }

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