Html Css Color HEX #5E3251 Loulou

📋 copy color: '#5E3251'

red 94 ◦ green 50 ◦ blue 81

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

Shades of Loulou #5E3251

Tints of Loulou #5E3251

RGB

 RED value IS 94 (37.11% from 255) = 41.78%

 GREEN value IS 50 (19.92% from 255) = 22.22%

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

R = 41.78%
G = 22.22%
B = 36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E3251 (or 0x5E3251) is known color: Loulou. HEX triplet: 5E, 32 and 51. RGB value is (94,50,81). Sum of RGB (Red+Green+Blue) = 94+50+81=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3251 is #A1CDAE. Grayscale: #424242. Windows color (decimal): -10603951 or 5321310. OLE color: 5321310.

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

Color convert

RGB 94 50 81 -
CMYK 0 0.47 0.14 0.63
HSL 317.73º 0.31% 0.28% -
HSV(B) 317.73º 0.47% 0.37% -
XYZ 7.24 5.25 8.42 -
YUV 66.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 94 50 81 0 0.47 0.14 0.63 317.73 0.31 0.28
Hex 5E 32 51 0 2F E 3F 13E 1F 1C
Octal 136 62 121 0 57 16 77 476 37 34
Binary 1011110 110010 1010001 0 101111 1110 111111 100111110 11111 11100

Color Harmonies of #5E3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3251

Black with #5E3251

Text Example


Text Example

White with #5E3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,50,81); }

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

background-color css

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

 a { background-color: rgb(94,50,81); }

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

border-color css

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

 span { border-color: rgb(94,50,81); }

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