Html Css Color HEX #532D4F Loulou

📋 copy color: '#532D4F'

red 83 ◦ green 45 ◦ blue 79

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

Shades of Loulou #532D4F

Tints of Loulou #532D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 40.1%
G = 21.74%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#532D4F (or 0x532D4F) is known color: Loulou. HEX triplet: 53, 2D and 4F. RGB value is (83,45,79). Sum of RGB (Red+Green+Blue) = 83+45+79=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #532D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D4F is #ACD2B0. Grayscale: #3C3C3C. Windows color (decimal): -11326129 or 5188947. OLE color: 5188947.

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

Color convert

RGB 83 45 79 -
CMYK 0 0.46 0.05 0.67
HSL 306.32º 0.3% 0.25% -
HSV(B) 306.32º 0.46% 0.33% -
XYZ 5.92 4.28 7.91 -
YUV 60.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 83 45 79 0 0.46 0.05 0.67 306.32 0.3 0.25
Hex 53 2D 4F 0 2E 5 43 132 1E 19
Octal 123 55 117 0 56 5 103 462 36 31
Binary 1010011 101101 1001111 0 101110 101 1000011 100110010 11110 11001

Color Harmonies of #532D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D4F

Black with #532D4F

Text Example


Text Example

White with #532D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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