Html Css Color HEX #52184C Loulou

📋 copy color: '#52184C'

red 82 ◦ green 24 ◦ blue 76

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

Shades of Loulou #52184C

Tints of Loulou #52184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 45.05%
G = 13.19%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52184C (or 0x52184C) is known color: Loulou. HEX triplet: 52, 18 and 4C. RGB value is (82,24,76). Sum of RGB (Red+Green+Blue) = 82+24+76=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52184C is #ADE7B3. Grayscale: #2F2F2F. Windows color (decimal): -11397044 or 4986962. OLE color: 4986962.

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

Color convert

RGB 82 24 76 -
CMYK 0 0.71 0.07 0.68
HSL 306.21º 0.55% 0.21% -
HSV(B) 306.21º 0.71% 0.32% -
XYZ 5.11 2.97 7.14 -
YUV 47.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 82 24 76 0 0.71 0.07 0.68 306.21 0.55 0.21
Hex 52 18 4C 0 47 7 44 132 37 15
Octal 122 30 114 0 107 7 104 462 67 25
Binary 1010010 11000 1001100 0 1000111 111 1000100 100110010 110111 10101

Color Harmonies of #52184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52184C

Black with #52184C

Text Example


Text Example

White with #52184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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