Html Css Color HEX #522348 Loulou

📋 copy color: '#522348'

red 82 ◦ green 35 ◦ blue 72

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

Shades of Loulou #522348

Tints of Loulou #522348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 43.39%
G = 18.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#522348 (or 0x522348) is known color: Loulou. HEX triplet: 52, 23 and 48. RGB value is (82,35,72). Sum of RGB (Red+Green+Blue) = 82+35+72=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #522348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522348 is #ADDCB7. Grayscale: #353535. Windows color (decimal): -11394232 or 4727634. OLE color: 4727634.

HSL color Cylindrical-coordinate representation of color #522348: hue angle of 312.77º 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 #522348 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 72 -
CMYK 0 0.57 0.12 0.68
HSL 312.77º 0.4% 0.23% -
HSV(B) 312.77º 0.57% 0.32% -
XYZ 5.25 3.46 6.52 -
YUV 53.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 82 35 72 0 0.57 0.12 0.68 312.77 0.4 0.23
Hex 52 23 48 0 39 C 44 139 28 17
Octal 122 43 110 0 71 14 104 471 50 27
Binary 1010010 100011 1001000 0 111001 1100 1000100 100111001 101000 10111

Color Harmonies of #522348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522348

Black with #522348

Text Example


Text Example

White with #522348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522348; }

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

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

background-color css

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

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

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

border-color css

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

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

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