Html Css Color HEX #532D49 Loulou

📋 copy color: '#532D49'

red 83 ◦ green 45 ◦ blue 73

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

Shades of Loulou #532D49

Tints of Loulou #532D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.39%

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

R = 41.29%
G = 22.39%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#532D49 (or 0x532D49) is known color: Loulou. HEX triplet: 53, 2D and 49. RGB value is (83,45,73). Sum of RGB (Red+Green+Blue) = 83+45+73=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D49 is #ACD2B6. Grayscale: #3B3B3B. Windows color (decimal): -11326135 or 4795731. OLE color: 4795731.

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

Color convert

RGB 83 45 73 -
CMYK 0 0.46 0.12 0.67
HSL 315.79º 0.3% 0.25% -
HSV(B) 315.79º 0.46% 0.33% -
XYZ 5.71 4.2 6.81 -
YUV 59.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 83 45 73 0 0.46 0.12 0.67 315.79 0.3 0.25
Hex 53 2D 49 0 2E C 43 13C 1E 19
Octal 123 55 111 0 56 14 103 474 36 31
Binary 1010011 101101 1001001 0 101110 1100 1000011 100111100 11110 11001

Color Harmonies of #532D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D49

Black with #532D49

Text Example


Text Example

White with #532D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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