Html Css Color HEX #531A49 Loulou

📋 copy color: '#531A49'

red 83 ◦ green 26 ◦ blue 73

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

Shades of Loulou #531A49

Tints of Loulou #531A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.29%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 45.6%
G = 14.29%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#531A49 (or 0x531A49) is known color: Loulou. HEX triplet: 53, 1A and 49. RGB value is (83,26,73). Sum of RGB (Red+Green+Blue) = 83+26+73=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #531A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A49 is #ACE5B6. Grayscale: #303030. Windows color (decimal): -11330999 or 4790867. OLE color: 4790867.

HSL color Cylindrical-coordinate representation of color #531A49: hue angle of 310.53º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A49 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 73 -
CMYK 0 0.69 0.12 0.67
HSL 310.53º 0.52% 0.21% -
HSV(B) 310.53º 0.69% 0.33% -
XYZ 5.14 3.06 6.62 -
YUV 48.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 83 26 73 0 0.69 0.12 0.67 310.53 0.52 0.21
Hex 53 1A 49 0 45 C 43 137 34 15
Octal 123 32 111 0 105 14 103 467 64 25
Binary 1010011 11010 1001001 0 1000101 1100 1000011 100110111 110100 10101

Color Harmonies of #531A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A49

Black with #531A49

Text Example


Text Example

White with #531A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,73); }

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

background-color css

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

 a { background-color: rgb(83,26,73); }

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

border-color css

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

 span { border-color: rgb(83,26,73); }

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