Html Css Color HEX #52234A Loulou

📋 copy color: '#52234A'

red 82 ◦ green 35 ◦ blue 74

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

Shades of Loulou #52234A

Tints of Loulou #52234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

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

R = 42.93%
G = 18.32%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52234A (or 0x52234A) is known color: Loulou. HEX triplet: 52, 23 and 4A. RGB value is (82,35,74). Sum of RGB (Red+Green+Blue) = 82+35+74=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52234A is #ADDCB5. Grayscale: #353535. Windows color (decimal): -11394230 or 4858706. OLE color: 4858706.

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

Color convert

RGB 82 35 74 -
CMYK 0 0.57 0.10 0.68
HSL 310.21º 0.4% 0.23% -
HSV(B) 310.21º 0.57% 0.32% -
XYZ 5.32 3.49 6.87 -
YUV 53.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 82 35 74 0 0.57 0.10 0.68 310.21 0.4 0.23
Hex 52 23 4A 0 39 A 44 136 28 17
Octal 122 43 112 0 71 12 104 466 50 27
Binary 1010010 100011 1001010 0 111001 1010 1000100 100110110 101000 10111

Color Harmonies of #52234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52234A

Black with #52234A

Text Example


Text Example

White with #52234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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