Html Css Color HEX #531949 Loulou

📋 copy color: '#531949'

red 83 ◦ green 25 ◦ blue 73

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

Shades of Loulou #531949

Tints of Loulou #531949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

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

R = 45.86%
G = 13.81%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#531949 (or 0x531949) is known color: Loulou. HEX triplet: 53, 19 and 49. RGB value is (83,25,73). Sum of RGB (Red+Green+Blue) = 83+25+73=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531949 is #ACE6B6. Grayscale: #2F2F2F. Windows color (decimal): -11331255 or 4790611. OLE color: 4790611.

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

Color convert

RGB 83 25 73 -
CMYK 0 0.70 0.12 0.67
HSL 310.34º 0.54% 0.21% -
HSV(B) 310.34º 0.7% 0.33% -
XYZ 5.12 3.02 6.62 -
YUV 47.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 83 25 73 0 0.70 0.12 0.67 310.34 0.54 0.21
Hex 53 19 49 0 46 C 43 136 36 15
Octal 123 31 111 0 106 14 103 466 66 25
Binary 1010011 11001 1001001 0 1000110 1100 1000011 100110110 110110 10101

Color Harmonies of #531949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531949

Black with #531949

Text Example


Text Example

White with #531949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531949; }

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

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

background-color css

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

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

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

border-color css

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

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

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