Html Css Color HEX #531E47 Loulou

📋 copy color: '#531E47'

red 83 ◦ green 30 ◦ blue 71

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

Shades of Loulou #531E47

Tints of Loulou #531E47

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 30 (12.11% from 255) = 16.3%

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 45.11%
G = 16.3%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531E47 (or 0x531E47) is known color: Loulou. HEX triplet: 53, 1E and 47. RGB value is (83,30,71). Sum of RGB (Red+Green+Blue) = 83+30+71=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E47 is #ACE1B8. Grayscale: #323232. Windows color (decimal): -11329977 or 4660819. OLE color: 4660819.

HSL color Cylindrical-coordinate representation of color #531E47: hue angle of 313.58º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E47 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 71 -
CMYK 0 0.64 0.14 0.67
HSL 313.58º 0.47% 0.22% -
HSV(B) 313.58º 0.64% 0.33% -
XYZ 5.17 3.22 6.31 -
YUV 50.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 83 30 71 0 0.64 0.14 0.67 313.58 0.47 0.22
Hex 53 1E 47 0 40 E 43 13A 2F 16
Octal 123 36 107 0 100 16 103 472 57 26
Binary 1010011 11110 1000111 0 1000000 1110 1000011 100111010 101111 10110

Color Harmonies of #531E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E47

Black with #531E47

Text Example


Text Example

White with #531E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E47; }

 p { color: rgb(83,30,71); }

 H1.HeaderClassName
 {
   color: #531E47;
 }
 .AnyTagClassName
 {
   color: #531E47;
 }
</style>

background-color css

<style>
 a { background-color: #531E47; }

 a { background-color: rgb(83,30,71); }

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

border-color css

<style>
 span { border-color: #531E47; }

 span { border-color: rgb(83,30,71); }

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