Html Css Color HEX #52324A Loulou

📋 copy color: '#52324A'

red 82 ◦ green 50 ◦ blue 74

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

Shades of Loulou #52324A

Tints of Loulou #52324A

RGB

 RED value IS 82 (32.42% from 255) = 39.81%

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 39.81%
G = 24.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52324A (or 0x52324A) is known color: Loulou. HEX triplet: 52, 32 and 4A. RGB value is (82,50,74). Sum of RGB (Red+Green+Blue) = 82+50+74=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #52324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52324A is #ADCDB5. Grayscale: #3E3E3E. Windows color (decimal): -11390390 or 4862546. OLE color: 4862546.

HSL color Cylindrical-coordinate representation of color #52324A: hue angle of 315º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52324A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 74 -
CMYK 0 0.39 0.10 0.68
HSL 315º 0.24% 0.26% -
HSV(B) 315º 0.39% 0.32% -
XYZ 5.86 4.57 7.05 -
YUV 62.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 82 50 74 0 0.39 0.10 0.68 315 0.24 0.26
Hex 52 32 4A 0 27 A 44 13B 18 1A
Octal 122 62 112 0 47 12 104 473 30 32
Binary 1010010 110010 1001010 0 100111 1010 1000100 100111011 11000 11010

Color Harmonies of #52324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52324A

Black with #52324A

Text Example


Text Example

White with #52324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52324A; }

 p { color: rgb(82,50,74); }

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

background-color css

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

 a { background-color: rgb(82,50,74); }

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

border-color css

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

 span { border-color: rgb(82,50,74); }

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