Html Css Color HEX #532046 Loulou

📋 copy color: '#532046'

red 83 ◦ green 32 ◦ blue 70

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

Shades of Loulou #532046

Tints of Loulou #532046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 44.86%
G = 17.3%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#532046 (or 0x532046) is known color: Loulou. HEX triplet: 53, 20 and 46. RGB value is (83,32,70). Sum of RGB (Red+Green+Blue) = 83+32+70=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532046 is #ACDFB9. Grayscale: #333333. Windows color (decimal): -11329466 or 4595795. OLE color: 4595795.

HSL color Cylindrical-coordinate representation of color #532046: hue angle of 315.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532046 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 70 -
CMYK 0 0.61 0.16 0.67
HSL 315.29º 0.44% 0.23% -
HSV(B) 315.29º 0.61% 0.33% -
XYZ 5.19 3.31 6.16 -
YUV 51.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 83 32 70 0 0.61 0.16 0.67 315.29 0.44 0.23
Hex 53 20 46 0 3D 10 43 13B 2C 17
Octal 123 40 106 0 75 20 103 473 54 27
Binary 1010011 100000 1000110 0 111101 10000 1000011 100111011 101100 10111

Color Harmonies of #532046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532046

Black with #532046

Text Example


Text Example

White with #532046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532046; }

 p { color: rgb(83,32,70); }

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

background-color css

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

 a { background-color: rgb(83,32,70); }

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

border-color css

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

 span { border-color: rgb(83,32,70); }

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