Html Css Color HEX #52114A Loulou

📋 copy color: '#52114A'

red 82 ◦ green 17 ◦ blue 74

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

Shades of Loulou #52114A

Tints of Loulou #52114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

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

R = 47.4%
G = 9.83%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52114A (or 0x52114A) is known color: Loulou. HEX triplet: 52, 11 and 4A. RGB value is (82,17,74). Sum of RGB (Red+Green+Blue) = 82+17+74=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52114A is #ADEEB5. Grayscale: #2A2A2A. Windows color (decimal): -11398838 or 4854098. OLE color: 4854098.

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

Color convert

RGB 82 17 74 -
CMYK 0 0.79 0.10 0.68
HSL 307.38º 0.66% 0.19% -
HSV(B) 307.38º 0.79% 0.32% -
XYZ 4.92 2.69 6.74 -
YUV 42.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 82 17 74 0 0.79 0.10 0.68 307.38 0.66 0.19
Hex 52 11 4A 0 4F A 44 133 42 13
Octal 122 21 112 0 117 12 104 463 102 23
Binary 1010010 10001 1001010 0 1001111 1010 1000100 100110011 1000010 10011

Color Harmonies of #52114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52114A

Black with #52114A

Text Example


Text Example

White with #52114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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