Html Css Color HEX #523346 Loulou

📋 copy color: '#523346'

red 82 ◦ green 51 ◦ blue 70

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

Shades of Loulou #523346

Tints of Loulou #523346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 40.39%
G = 25.12%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#523346 (or 0x523346) is known color: Loulou. HEX triplet: 52, 33 and 46. RGB value is (82,51,70). Sum of RGB (Red+Green+Blue) = 82+51+70=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523346 is #ADCCB9. Grayscale: #3E3E3E. Windows color (decimal): -11390138 or 4600658. OLE color: 4600658.

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

Color convert

RGB 82 51 70 -
CMYK 0 0.38 0.15 0.68
HSL 323.23º 0.23% 0.26% -
HSV(B) 323.23º 0.38% 0.32% -
XYZ 5.77 4.6 6.38 -
YUV 62.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 82 51 70 0 0.38 0.15 0.68 323.23 0.23 0.26
Hex 52 33 46 0 26 F 44 143 17 1A
Octal 122 63 106 0 46 17 104 503 27 32
Binary 1010010 110011 1000110 0 100110 1111 1000100 101000011 10111 11010

Color Harmonies of #523346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523346

Black with #523346

Text Example


Text Example

White with #523346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523346; }

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

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

background-color css

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

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

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

border-color css

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

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

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