Html Css Color HEX #52254A Loulou

📋 copy color: '#52254A'

red 82 ◦ green 37 ◦ blue 74

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

Shades of Loulou #52254A

Tints of Loulou #52254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 42.49%
G = 19.17%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52254A (or 0x52254A) is known color: Loulou. HEX triplet: 52, 25 and 4A. RGB value is (82,37,74). Sum of RGB (Red+Green+Blue) = 82+37+74=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52254A is #ADDAB5. Grayscale: #363636. Windows color (decimal): -11393718 or 4859218. OLE color: 4859218.

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

Color convert

RGB 82 37 74 -
CMYK 0 0.55 0.10 0.68
HSL 310.67º 0.38% 0.23% -
HSV(B) 310.67º 0.55% 0.32% -
XYZ 5.38 3.61 6.89 -
YUV 54.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 82 37 74 0 0.55 0.10 0.68 310.67 0.38 0.23
Hex 52 25 4A 0 37 A 44 137 26 17
Octal 122 45 112 0 67 12 104 467 46 27
Binary 1010010 100101 1001010 0 110111 1010 1000100 100110111 100110 10111

Color Harmonies of #52254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52254A

Black with #52254A

Text Example


Text Example

White with #52254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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