Html Css Color HEX #52324F Loulou

📋 copy color: '#52324F'

red 82 ◦ green 50 ◦ blue 79

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

Shades of Loulou #52324F

Tints of Loulou #52324F

RGB

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

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

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

R = 38.86%
G = 23.7%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52324F (or 0x52324F) is known color: Loulou. HEX triplet: 52, 32 and 4F. RGB value is (82,50,79). Sum of RGB (Red+Green+Blue) = 82+50+79=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52324F is #ADCDB0. Grayscale: #3E3E3E. Windows color (decimal): -11390385 or 5190226. OLE color: 5190226.

HSL color Cylindrical-coordinate representation of color #52324F: hue angle of 305.62º 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 #52324F is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 79 -
CMYK 0 0.39 0.04 0.68
HSL 305.63º 0.24% 0.26% -
HSV(B) 305.63º 0.39% 0.32% -
XYZ 6.03 4.64 7.97 -
YUV 62.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 82 50 79 0 0.39 0.04 0.68 305.63 0.24 0.26
Hex 52 32 4F 0 27 4 44 132 18 1A
Octal 122 62 117 0 47 4 104 462 30 32
Binary 1010010 110010 1001111 0 100111 100 1000100 100110010 11000 11010

Color Harmonies of #52324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52324F

Black with #52324F

Text Example


Text Example

White with #52324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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