Html Css Color HEX #531747 Loulou

📋 copy color: '#531747'

red 83 ◦ green 23 ◦ blue 71

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

Shades of Loulou #531747

Tints of Loulou #531747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

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

R = 46.89%
G = 12.99%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531747 (or 0x531747) is known color: Loulou. HEX triplet: 53, 17 and 47. RGB value is (83,23,71). Sum of RGB (Red+Green+Blue) = 83+23+71=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531747 is #ACE8B8. Grayscale: #2E2E2E. Windows color (decimal): -11331769 or 4659027. OLE color: 4659027.

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

Color convert

RGB 83 23 71 -
CMYK 0 0.72 0.14 0.67
HSL 312º 0.57% 0.21% -
HSV(B) 312º 0.72% 0.33% -
XYZ 5.01 2.91 6.26 -
YUV 46.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 83 23 71 0 0.72 0.14 0.67 312 0.57 0.21
Hex 53 17 47 0 48 E 43 138 39 15
Octal 123 27 107 0 110 16 103 470 71 25
Binary 1010011 10111 1000111 0 1001000 1110 1000011 100111000 111001 10101

Color Harmonies of #531747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531747

Black with #531747

Text Example


Text Example

White with #531747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531747; }

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

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

background-color css

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

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

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

border-color css

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

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

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