Html Css Color HEX #581C4A Loulou

📋 copy color: '#581C4A'

red 88 ◦ green 28 ◦ blue 74

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

Shades of Loulou #581C4A

Tints of Loulou #581C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.74%

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

R = 46.32%
G = 14.74%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#581C4A (or 0x581C4A) is known color: Loulou. HEX triplet: 58, 1C and 4A. RGB value is (88,28,74). Sum of RGB (Red+Green+Blue) = 88+28+74=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C4A is #A7E3B5. Grayscale: #333333. Windows color (decimal): -11002806 or 4856920. OLE color: 4856920.

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

Color convert

RGB 88 28 74 -
CMYK 0 0.68 0.16 0.65
HSL 314º 0.52% 0.23% -
HSV(B) 314º 0.68% 0.35% -
XYZ 5.68 3.4 6.84 -
YUV 51.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 88 28 74 0 0.68 0.16 0.65 314 0.52 0.23
Hex 58 1C 4A 0 44 10 41 13A 34 17
Octal 130 34 112 0 104 20 101 472 64 27
Binary 1011000 11100 1001010 0 1000100 10000 1000001 100111010 110100 10111

Color Harmonies of #581C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C4A

Black with #581C4A

Text Example


Text Example

White with #581C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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