Html Css Color HEX #581B4C Loulou

📋 copy color: '#581B4C'

red 88 ◦ green 27 ◦ blue 76

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

Shades of Loulou #581B4C

Tints of Loulou #581B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 46.07%
G = 14.14%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#581B4C (or 0x581B4C) is known color: Loulou. HEX triplet: 58, 1B and 4C. RGB value is (88,27,76). Sum of RGB (Red+Green+Blue) = 88+27+76=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B4C is #A7E4B3. Grayscale: #323232. Windows color (decimal): -11003060 or 4987736. OLE color: 4987736.

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

Color convert

RGB 88 27 76 -
CMYK 0 0.69 0.14 0.65
HSL 311.8º 0.53% 0.23% -
HSV(B) 311.8º 0.69% 0.35% -
XYZ 5.72 3.38 7.19 -
YUV 50.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 88 27 76 0 0.69 0.14 0.65 311.8 0.53 0.23
Hex 58 1B 4C 0 45 E 41 138 35 17
Octal 130 33 114 0 105 16 101 470 65 27
Binary 1011000 11011 1001100 0 1000101 1110 1000001 100111000 110101 10111

Color Harmonies of #581B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B4C

Black with #581B4C

Text Example


Text Example

White with #581B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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