Html Css Color HEX #531F4D Loulou

📋 copy color: '#531F4D'

red 83 ◦ green 31 ◦ blue 77

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

Shades of Loulou #531F4D

Tints of Loulou #531F4D

RGB

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

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

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

R = 43.46%
G = 16.23%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#531F4D (or 0x531F4D) is known color: Loulou. HEX triplet: 53, 1F and 4D. RGB value is (83,31,77). Sum of RGB (Red+Green+Blue) = 83+31+77=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #531F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F4D is #ACE0B2. Grayscale: #333333. Windows color (decimal): -11329715 or 5054291. OLE color: 5054291.

HSL color Cylindrical-coordinate representation of color #531F4D: hue angle of 306.92º 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 #531F4D is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 77 -
CMYK 0 0.63 0.07 0.67
HSL 306.92º 0.46% 0.22% -
HSV(B) 306.92º 0.63% 0.33% -
XYZ 5.4 3.35 7.38 -
YUV 51.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 83 31 77 0 0.63 0.07 0.67 306.92 0.46 0.22
Hex 53 1F 4D 0 3F 7 43 133 2E 16
Octal 123 37 115 0 77 7 103 463 56 26
Binary 1010011 11111 1001101 0 111111 111 1000011 100110011 101110 10110

Color Harmonies of #531F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F4D

Black with #531F4D

Text Example


Text Example

White with #531F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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