Html Css Color HEX #531749 Loulou

📋 copy color: '#531749'

red 83 ◦ green 23 ◦ blue 73

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

Shades of Loulou #531749

Tints of Loulou #531749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 46.37%
G = 12.85%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#531749 (or 0x531749) is known color: Loulou. HEX triplet: 53, 17 and 49. RGB value is (83,23,73). Sum of RGB (Red+Green+Blue) = 83+23+73=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531749 is #ACE8B6. Grayscale: #2E2E2E. Windows color (decimal): -11331767 or 4790099. OLE color: 4790099.

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

Color convert

RGB 83 23 73 -
CMYK 0 0.72 0.12 0.67
HSL 310º 0.57% 0.21% -
HSV(B) 310º 0.72% 0.33% -
XYZ 5.08 2.93 6.6 -
YUV 46.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 83 23 73 0 0.72 0.12 0.67 310 0.57 0.21
Hex 53 17 49 0 48 C 43 136 39 15
Octal 123 27 111 0 110 14 103 466 71 25
Binary 1010011 10111 1001001 0 1001000 1100 1000011 100110110 111001 10101

Color Harmonies of #531749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531749

Black with #531749

Text Example


Text Example

White with #531749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531749; }

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

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

background-color css

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

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

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

border-color css

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

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

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