Html Css Color HEX #52194C Loulou

📋 copy color: '#52194C'

red 82 ◦ green 25 ◦ blue 76

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

Shades of Loulou #52194C

Tints of Loulou #52194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 44.81%
G = 13.66%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52194C (or 0x52194C) is known color: Loulou. HEX triplet: 52, 19 and 4C. RGB value is (82,25,76). Sum of RGB (Red+Green+Blue) = 82+25+76=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52194C is #ADE6B3. Grayscale: #2F2F2F. Windows color (decimal): -11396788 or 4987218. OLE color: 4987218.

HSL color Cylindrical-coordinate representation of color #52194C: hue angle of 306.32º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52194C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 76 -
CMYK 0 0.70 0.07 0.68
HSL 306.32º 0.53% 0.21% -
HSV(B) 306.32º 0.7% 0.32% -
XYZ 5.13 3.01 7.15 -
YUV 47.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 82 25 76 0 0.70 0.07 0.68 306.32 0.53 0.21
Hex 52 19 4C 0 46 7 44 132 35 15
Octal 122 31 114 0 106 7 104 462 65 25
Binary 1010010 11001 1001100 0 1000110 111 1000100 100110010 110101 10101

Color Harmonies of #52194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52194C

Black with #52194C

Text Example


Text Example

White with #52194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52194C; }

 p { color: rgb(82,25,76); }

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

background-color css

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

 a { background-color: rgb(82,25,76); }

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

border-color css

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

 span { border-color: rgb(82,25,76); }

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