Html Css Color HEX #532149 Loulou

📋 copy color: '#532149'

red 83 ◦ green 33 ◦ blue 73

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

Shades of Loulou #532149

Tints of Loulou #532149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 43.92%
G = 17.46%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532149 (or 0x532149) is known color: Loulou. HEX triplet: 53, 21 and 49. RGB value is (83,33,73). Sum of RGB (Red+Green+Blue) = 83+33+73=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532149 is #ACDEB6. Grayscale: #343434. Windows color (decimal): -11329207 or 4792659. OLE color: 4792659.

HSL color Cylindrical-coordinate representation of color #532149: hue angle of 312º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532149 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 73 -
CMYK 0 0.60 0.12 0.67
HSL 312º 0.43% 0.23% -
HSV(B) 312º 0.6% 0.33% -
XYZ 5.31 3.41 6.68 -
YUV 52.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 83 33 73 0 0.60 0.12 0.67 312 0.43 0.23
Hex 53 21 49 0 3C C 43 138 2B 17
Octal 123 41 111 0 74 14 103 470 53 27
Binary 1010011 100001 1001001 0 111100 1100 1000011 100111000 101011 10111

Color Harmonies of #532149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532149

Black with #532149

Text Example


Text Example

White with #532149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532149; }

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

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

background-color css

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

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

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

border-color css

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

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

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