Html Css Color HEX #52154A Loulou

📋 copy color: '#52154A'

red 82 ◦ green 21 ◦ blue 74

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

Shades of Loulou #52154A

Tints of Loulou #52154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 46.33%
G = 11.86%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52154A (or 0x52154A) is known color: Loulou. HEX triplet: 52, 15 and 4A. RGB value is (82,21,74). Sum of RGB (Red+Green+Blue) = 82+21+74=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52154A is #ADEAB5. Grayscale: #2D2D2D. Windows color (decimal): -11397814 or 4855122. OLE color: 4855122.

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

Color convert

RGB 82 21 74 -
CMYK 0 0.74 0.10 0.68
HSL 307.87º 0.59% 0.2% -
HSV(B) 307.87º 0.74% 0.32% -
XYZ 4.98 2.82 6.76 -
YUV 45.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 82 21 74 0 0.74 0.10 0.68 307.87 0.59 0.2
Hex 52 15 4A 0 4A A 44 134 3B 14
Octal 122 25 112 0 112 12 104 464 73 24
Binary 1010010 10101 1001010 0 1001010 1010 1000100 100110100 111011 10100

Color Harmonies of #52154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52154A

Black with #52154A

Text Example


Text Example

White with #52154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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