Html Css Color HEX #532D4D Loulou

📋 copy color: '#532D4D'

red 83 ◦ green 45 ◦ blue 77

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

Shades of Loulou #532D4D

Tints of Loulou #532D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 40.49%
G = 21.95%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#532D4D (or 0x532D4D) is known color: Loulou. HEX triplet: 53, 2D and 4D. RGB value is (83,45,77). Sum of RGB (Red+Green+Blue) = 83+45+77=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D4D is #ACD2B2. Grayscale: #3B3B3B. Windows color (decimal): -11326131 or 5057875. OLE color: 5057875.

HSL color Cylindrical-coordinate representation of color #532D4D: hue angle of 309.47º 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 #532D4D is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 77 -
CMYK 0 0.46 0.07 0.67
HSL 309.47º 0.3% 0.25% -
HSV(B) 309.47º 0.46% 0.33% -
XYZ 5.85 4.25 7.53 -
YUV 60.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 83 45 77 0 0.46 0.07 0.67 309.47 0.3 0.25
Hex 53 2D 4D 0 2E 7 43 135 1E 19
Octal 123 55 115 0 56 7 103 465 36 31
Binary 1010011 101101 1001101 0 101110 111 1000011 100110101 11110 11001

Color Harmonies of #532D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D4D

Black with #532D4D

Text Example


Text Example

White with #532D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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