Html Css Color HEX #581F4C Loulou

📋 copy color: '#581F4C'

red 88 ◦ green 31 ◦ blue 76

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

Shades of Loulou #581F4C

Tints of Loulou #581F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 45.13%
G = 15.9%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#581F4C (or 0x581F4C) is known color: Loulou. HEX triplet: 58, 1F and 4C. RGB value is (88,31,76). Sum of RGB (Red+Green+Blue) = 88+31+76=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F4C is #A7E0B3. Grayscale: #353535. Windows color (decimal): -11002036 or 4988760. OLE color: 4988760.

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

Color convert

RGB 88 31 76 -
CMYK 0 0.65 0.14 0.65
HSL 312.63º 0.48% 0.23% -
HSV(B) 312.63º 0.65% 0.35% -
XYZ 5.82 3.58 7.22 -
YUV 53.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 88 31 76 0 0.65 0.14 0.65 312.63 0.48 0.23
Hex 58 1F 4C 0 41 E 41 139 30 17
Octal 130 37 114 0 101 16 101 471 60 27
Binary 1011000 11111 1001100 0 1000001 1110 1000001 100111001 110000 10111

Color Harmonies of #581F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F4C

Black with #581F4C

Text Example


Text Example

White with #581F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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