Html Css Color HEX #522646 Loulou

📋 copy color: '#522646'

red 82 ◦ green 38 ◦ blue 70

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

Shades of Loulou #522646

Tints of Loulou #522646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 43.16%
G = 20%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#522646 (or 0x522646) is known color: Loulou. HEX triplet: 52, 26 and 46. RGB value is (82,38,70). Sum of RGB (Red+Green+Blue) = 82+38+70=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #522646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522646 is #ADD9B9. Grayscale: #363636. Windows color (decimal): -11393466 or 4597330. OLE color: 4597330.

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

Color convert

RGB 82 38 70 -
CMYK 0 0.54 0.15 0.68
HSL 316.36º 0.37% 0.24% -
HSV(B) 316.36º 0.54% 0.32% -
XYZ 5.28 3.62 6.22 -
YUV 54.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 82 38 70 0 0.54 0.15 0.68 316.36 0.37 0.24
Hex 52 26 46 0 36 F 44 13C 25 18
Octal 122 46 106 0 66 17 104 474 45 30
Binary 1010010 100110 1000110 0 110110 1111 1000100 100111100 100101 11000

Color Harmonies of #522646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522646

Black with #522646

Text Example


Text Example

White with #522646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522646; }

 p { color: rgb(82,38,70); }

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

background-color css

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

 a { background-color: rgb(82,38,70); }

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

border-color css

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

 span { border-color: rgb(82,38,70); }

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