Html Css Color HEX #52224A Loulou

📋 copy color: '#52224A'

red 82 ◦ green 34 ◦ blue 74

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

Shades of Loulou #52224A

Tints of Loulou #52224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

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

R = 43.16%
G = 17.89%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52224A (or 0x52224A) is known color: Loulou. HEX triplet: 52, 22 and 4A. RGB value is (82,34,74). Sum of RGB (Red+Green+Blue) = 82+34+74=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52224A is #ADDDB5. Grayscale: #343434. Windows color (decimal): -11394486 or 4858450. OLE color: 4858450.

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

Color convert

RGB 82 34 74 -
CMYK 0 0.59 0.10 0.68
HSL 310º 0.41% 0.23% -
HSV(B) 310º 0.59% 0.32% -
XYZ 5.29 3.43 6.86 -
YUV 52.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 82 34 74 0 0.59 0.10 0.68 310 0.41 0.23
Hex 52 22 4A 0 3B A 44 136 29 17
Octal 122 42 112 0 73 12 104 466 51 27
Binary 1010010 100010 1001010 0 111011 1010 1000100 100110110 101001 10111

Color Harmonies of #52224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52224A

Black with #52224A

Text Example


Text Example

White with #52224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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