Html Css Color HEX #531347 Loulou

📋 copy color: '#531347'

red 83 ◦ green 19 ◦ blue 71

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

Shades of Loulou #531347

Tints of Loulou #531347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

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

R = 47.98%
G = 10.98%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531347 (or 0x531347) is known color: Loulou. HEX triplet: 53, 13 and 47. RGB value is (83,19,71). Sum of RGB (Red+Green+Blue) = 83+19+71=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531347 is #ACECB8. Grayscale: #2B2B2B. Windows color (decimal): -11332793 or 4658003. OLE color: 4658003.

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

Color convert

RGB 83 19 71 -
CMYK 0 0.77 0.14 0.67
HSL 311.25º 0.63% 0.2% -
HSV(B) 311.25º 0.77% 0.33% -
XYZ 4.94 2.76 6.23 -
YUV 44.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 83 19 71 0 0.77 0.14 0.67 311.25 0.63 0.2
Hex 53 13 47 0 4D E 43 137 3F 14
Octal 123 23 107 0 115 16 103 467 77 24
Binary 1010011 10011 1000111 0 1001101 1110 1000011 100110111 111111 10100

Color Harmonies of #531347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531347

Black with #531347

Text Example


Text Example

White with #531347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531347; }

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

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

background-color css

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

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

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

border-color css

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

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

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