Html Css Color HEX #522848 Loulou

📋 copy color: '#522848'

red 82 ◦ green 40 ◦ blue 72

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

Shades of Loulou #522848

Tints of Loulou #522848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 42.27%
G = 20.62%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#522848 (or 0x522848) is known color: Loulou. HEX triplet: 52, 28 and 48. RGB value is (82,40,72). Sum of RGB (Red+Green+Blue) = 82+40+72=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #522848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522848 is #ADD7B7. Grayscale: #383838. Windows color (decimal): -11392952 or 4728914. OLE color: 4728914.

HSL color Cylindrical-coordinate representation of color #522848: hue angle of 314.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522848 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 40 72 -
CMYK 0 0.51 0.12 0.68
HSL 314.29º 0.34% 0.24% -
HSV(B) 314.29º 0.51% 0.32% -
XYZ 5.41 3.78 6.58 -
YUV 56.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 82 40 72 0 0.51 0.12 0.68 314.29 0.34 0.24
Hex 52 28 48 0 33 C 44 13A 22 18
Octal 122 50 110 0 63 14 104 472 42 30
Binary 1010010 101000 1001000 0 110011 1100 1000100 100111010 100010 11000

Color Harmonies of #522848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522848

Black with #522848

Text Example


Text Example

White with #522848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522848; }

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

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

background-color css

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

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

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

border-color css

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

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

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