Html Css Color HEX #52304A Loulou

📋 copy color: '#52304A'

red 82 ◦ green 48 ◦ blue 74

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

Shades of Loulou #52304A

Tints of Loulou #52304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 40.2%
G = 23.53%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52304A (or 0x52304A) is known color: Loulou. HEX triplet: 52, 30 and 4A. RGB value is (82,48,74). Sum of RGB (Red+Green+Blue) = 82+48+74=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #52304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52304A is #ADCFB5. Grayscale: #3D3D3D. Windows color (decimal): -11390902 or 4862034. OLE color: 4862034.

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

Color convert

RGB 82 48 74 -
CMYK 0 0.41 0.10 0.68
HSL 314.12º 0.26% 0.25% -
HSV(B) 314.12º 0.41% 0.32% -
XYZ 5.77 4.4 7.02 -
YUV 61.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 82 48 74 0 0.41 0.10 0.68 314.12 0.26 0.25
Hex 52 30 4A 0 29 A 44 13A 1A 19
Octal 122 60 112 0 51 12 104 472 32 31
Binary 1010010 110000 1001010 0 101001 1010 1000100 100111010 11010 11001

Color Harmonies of #52304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52304A

Black with #52304A

Text Example


Text Example

White with #52304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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