Html Css Color HEX #532041 Loulou

📋 copy color: '#532041'

red 83 ◦ green 32 ◦ blue 65

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

Shades of Loulou #532041

Tints of Loulou #532041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 46.11%
G = 17.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532041 (or 0x532041) is known color: Loulou. HEX triplet: 53, 20 and 41. RGB value is (83,32,65). Sum of RGB (Red+Green+Blue) = 83+32+65=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532041 is #ACDFBE. Grayscale: #323232. Windows color (decimal): -11329471 or 4268115. OLE color: 4268115.

HSL color Cylindrical-coordinate representation of color #532041: hue angle of 321.18º 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 #532041 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 65 -
CMYK 0 0.61 0.22 0.67
HSL 321.18º 0.44% 0.23% -
HSV(B) 321.18º 0.61% 0.33% -
XYZ 5.04 3.25 5.36 -
YUV 51.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 83 32 65 0 0.61 0.22 0.67 321.18 0.44 0.23
Hex 53 20 41 0 3D 16 43 141 2C 17
Octal 123 40 101 0 75 26 103 501 54 27
Binary 1010011 100000 1000001 0 111101 10110 1000011 101000001 101100 10111

Color Harmonies of #532041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532041

Black with #532041

Text Example


Text Example

White with #532041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532041; }

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

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

background-color css

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

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

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

border-color css

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

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

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