Html Css Color HEX #532547 Loulou

📋 copy color: '#532547'

red 83 ◦ green 37 ◦ blue 71

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

Shades of Loulou #532547

Tints of Loulou #532547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 43.46%
G = 19.37%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#532547 (or 0x532547) is known color: Loulou. HEX triplet: 53, 25 and 47. RGB value is (83,37,71). Sum of RGB (Red+Green+Blue) = 83+37+71=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532547 is #ACDAB8. Grayscale: #363636. Windows color (decimal): -11328185 or 4662611. OLE color: 4662611.

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

Color convert

RGB 83 37 71 -
CMYK 0 0.55 0.14 0.67
HSL 315.65º 0.38% 0.24% -
HSV(B) 315.65º 0.55% 0.33% -
XYZ 5.37 3.62 6.38 -
YUV 54.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 83 37 71 0 0.55 0.14 0.67 315.65 0.38 0.24
Hex 53 25 47 0 37 E 43 13C 26 18
Octal 123 45 107 0 67 16 103 474 46 30
Binary 1010011 100101 1000111 0 110111 1110 1000011 100111100 100110 11000

Color Harmonies of #532547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532547

Black with #532547

Text Example


Text Example

White with #532547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532547; }

 p { color: rgb(83,37,71); }

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

background-color css

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

 a { background-color: rgb(83,37,71); }

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

border-color css

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

 span { border-color: rgb(83,37,71); }

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