Html Css Color HEX #532F49 Loulou

📋 copy color: '#532F49'

red 83 ◦ green 47 ◦ blue 73

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

Shades of Loulou #532F49

Tints of Loulou #532F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

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

R = 40.89%
G = 23.15%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532F49 (or 0x532F49) is known color: Loulou. HEX triplet: 53, 2F and 49. RGB value is (83,47,73). Sum of RGB (Red+Green+Blue) = 83+47+73=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F49 is #ACD0B6. Grayscale: #3C3C3C. Windows color (decimal): -11325623 or 4796243. OLE color: 4796243.

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

Color convert

RGB 83 47 73 -
CMYK 0 0.43 0.12 0.67
HSL 316.67º 0.28% 0.25% -
HSV(B) 316.67º 0.43% 0.33% -
XYZ 5.79 4.35 6.84 -
YUV 60.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 83 47 73 0 0.43 0.12 0.67 316.67 0.28 0.25
Hex 53 2F 49 0 2B C 43 13D 1C 19
Octal 123 57 111 0 53 14 103 475 34 31
Binary 1010011 101111 1001001 0 101011 1100 1000011 100111101 11100 11001

Color Harmonies of #532F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F49

Black with #532F49

Text Example


Text Example

White with #532F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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