Html Css Color HEX #531D4D Loulou

📋 copy color: '#531D4D'

red 83 ◦ green 29 ◦ blue 77

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

Shades of Loulou #531D4D

Tints of Loulou #531D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.34%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 43.92%
G = 15.34%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#531D4D (or 0x531D4D) is known color: Loulou. HEX triplet: 53, 1D and 4D. RGB value is (83,29,77). Sum of RGB (Red+Green+Blue) = 83+29+77=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D4D is #ACE2B2. Grayscale: #323232. Windows color (decimal): -11330227 or 5053779. OLE color: 5053779.

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

Color convert

RGB 83 29 77 -
CMYK 0 0.65 0.07 0.67
HSL 306.67º 0.48% 0.22% -
HSV(B) 306.67º 0.65% 0.33% -
XYZ 5.35 3.25 7.37 -
YUV 50.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 83 29 77 0 0.65 0.07 0.67 306.67 0.48 0.22
Hex 53 1D 4D 0 41 7 43 133 30 16
Octal 123 35 115 0 101 7 103 463 60 26
Binary 1010011 11101 1001101 0 1000001 111 1000011 100110011 110000 10110

Color Harmonies of #531D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D4D

Black with #531D4D

Text Example


Text Example

White with #531D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,77); }

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

background-color css

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

 a { background-color: rgb(83,29,77); }

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

border-color css

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

 span { border-color: rgb(83,29,77); }

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