Html Css Color HEX #5F3151 Loulou

📋 copy color: '#5F3151'

red 95 ◦ green 49 ◦ blue 81

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

Shades of Loulou #5F3151

Tints of Loulou #5F3151

RGB

 RED value IS 95 (37.5% from 255) = 42.22%

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 42.22%
G = 21.78%
B = 36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5F3151 (or 0x5F3151) is known color: Loulou. HEX triplet: 5F, 31 and 51. RGB value is (95,49,81). Sum of RGB (Red+Green+Blue) = 95+49+81=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3151 is #A0CEAE. Grayscale: #424242. Windows color (decimal): -10538671 or 5321055. OLE color: 5321055.

HSL color Cylindrical-coordinate representation of color #5F3151: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3151 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 49 81 -
CMYK 0 0.48 0.15 0.63
HSL 318.26º 0.32% 0.28% -
HSV(B) 318.26º 0.48% 0.37% -
XYZ 7.3 5.22 8.41 -
YUV 66.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 95 49 81 0 0.48 0.15 0.63 318.26 0.32 0.28
Hex 5F 31 51 0 30 F 3F 13E 20 1C
Octal 137 61 121 0 60 17 77 476 40 34
Binary 1011111 110001 1010001 0 110000 1111 111111 100111110 100000 11100

Color Harmonies of #5F3151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3151

Black with #5F3151

Text Example


Text Example

White with #5F3151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F3151; }

 p { color: rgb(95,49,81); }

 H1.HeaderClassName
 {
   color: #5F3151;
 }
 .AnyTagClassName
 {
   color: #5F3151;
 }
</style>

background-color css

<style>
 a { background-color: #5F3151; }

 a { background-color: rgb(95,49,81); }

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

border-color css

<style>
 span { border-color: #5F3151; }

 span { border-color: rgb(95,49,81); }

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