Html Css Color HEX #531849 Loulou

📋 copy color: '#531849'

red 83 ◦ green 24 ◦ blue 73

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

Shades of Loulou #531849

Tints of Loulou #531849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

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

R = 46.11%
G = 13.33%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#531849 (or 0x531849) is known color: Loulou. HEX triplet: 53, 18 and 49. RGB value is (83,24,73). Sum of RGB (Red+Green+Blue) = 83+24+73=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531849 is #ACE7B6. Grayscale: #2F2F2F. Windows color (decimal): -11331511 or 4790355. OLE color: 4790355.

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

Color convert

RGB 83 24 73 -
CMYK 0 0.71 0.12 0.67
HSL 310.17º 0.55% 0.21% -
HSV(B) 310.17º 0.71% 0.33% -
XYZ 5.1 2.97 6.61 -
YUV 47.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 83 24 73 0 0.71 0.12 0.67 310.17 0.55 0.21
Hex 53 18 49 0 47 C 43 136 37 15
Octal 123 30 111 0 107 14 103 466 67 25
Binary 1010011 11000 1001001 0 1000111 1100 1000011 100110110 110111 10101

Color Harmonies of #531849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531849

Black with #531849

Text Example


Text Example

White with #531849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531849; }

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

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

background-color css

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

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

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

border-color css

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

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

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