Html Css Color HEX #531F47 Loulou

📋 copy color: '#531F47'

red 83 ◦ green 31 ◦ blue 71

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

Shades of Loulou #531F47

Tints of Loulou #531F47

RGB

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

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

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

R = 44.86%
G = 16.76%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531F47 (or 0x531F47) is known color: Loulou. HEX triplet: 53, 1F and 47. RGB value is (83,31,71). Sum of RGB (Red+Green+Blue) = 83+31+71=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F47 is #ACE0B8. Grayscale: #333333. Windows color (decimal): -11329721 or 4661075. OLE color: 4661075.

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

Color convert

RGB 83 31 71 -
CMYK 0 0.63 0.14 0.67
HSL 313.85º 0.46% 0.22% -
HSV(B) 313.85º 0.63% 0.33% -
XYZ 5.19 3.27 6.32 -
YUV 51.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 83 31 71 0 0.63 0.14 0.67 313.85 0.46 0.22
Hex 53 1F 47 0 3F E 43 13A 2E 16
Octal 123 37 107 0 77 16 103 472 56 26
Binary 1010011 11111 1000111 0 111111 1110 1000011 100111010 101110 10110

Color Harmonies of #531F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F47

Black with #531F47

Text Example


Text Example

White with #531F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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