Html Css Color HEX #532B4A Loulou

📋 copy color: '#532B4A'

red 83 ◦ green 43 ◦ blue 74

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

Shades of Loulou #532B4A

Tints of Loulou #532B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 74 (29.3% from 255) = 37%

R = 41.5%
G = 21.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#532B4A (or 0x532B4A) is known color: Loulou. HEX triplet: 53, 2B and 4A. RGB value is (83,43,74). Sum of RGB (Red+Green+Blue) = 83+43+74=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B4A is #ACD4B5. Grayscale: #3A3A3A. Windows color (decimal): -11326646 or 4860755. OLE color: 4860755.

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

Color convert

RGB 83 43 74 -
CMYK 0 0.48 0.11 0.67
HSL 313.5º 0.32% 0.25% -
HSV(B) 313.5º 0.48% 0.33% -
XYZ 5.67 4.06 6.96 -
YUV 58.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 83 43 74 0 0.48 0.11 0.67 313.5 0.32 0.25
Hex 53 2B 4A 0 30 B 43 13A 20 19
Octal 123 53 112 0 60 13 103 472 40 31
Binary 1010011 101011 1001010 0 110000 1011 1000011 100111010 100000 11001

Color Harmonies of #532B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B4A

Black with #532B4A

Text Example


Text Example

White with #532B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,43,74); }

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

background-color css

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

 a { background-color: rgb(83,43,74); }

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

border-color css

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

 span { border-color: rgb(83,43,74); }

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