Html Css Color HEX #52204B Loulou

📋 copy color: '#52204B'

red 82 ◦ green 32 ◦ blue 75

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

Shades of Loulou #52204B

Tints of Loulou #52204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 43.39%
G = 16.93%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52204B (or 0x52204B) is known color: Loulou. HEX triplet: 52, 20 and 4B. RGB value is (82,32,75). Sum of RGB (Red+Green+Blue) = 82+32+75=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52204B is #ADDFB4. Grayscale: #333333. Windows color (decimal): -11394997 or 4923474. OLE color: 4923474.

HSL color Cylindrical-coordinate representation of color #52204B: hue angle of 308.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52204B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 75 -
CMYK 0 0.61 0.09 0.68
HSL 308.4º 0.44% 0.22% -
HSV(B) 308.4º 0.61% 0.32% -
XYZ 5.27 3.33 7.02 -
YUV 51.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 82 32 75 0 0.61 0.09 0.68 308.4 0.44 0.22
Hex 52 20 4B 0 3D 9 44 134 2C 16
Octal 122 40 113 0 75 11 104 464 54 26
Binary 1010010 100000 1001011 0 111101 1001 1000100 100110100 101100 10110

Color Harmonies of #52204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52204B

Black with #52204B

Text Example


Text Example

White with #52204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52204B; }

 p { color: rgb(82,32,75); }

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

background-color css

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

 a { background-color: rgb(82,32,75); }

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

border-color css

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

 span { border-color: rgb(82,32,75); }

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