Html Css Color HEX #523345 Loulou

📋 copy color: '#523345'

red 82 ◦ green 51 ◦ blue 69

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

Shades of Loulou #523345

Tints of Loulou #523345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 40.59%
G = 25.25%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523345 (or 0x523345) is known color: Loulou. HEX triplet: 52, 33 and 45. RGB value is (82,51,69). Sum of RGB (Red+Green+Blue) = 82+51+69=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523345 is #ADCCBA. Grayscale: #3E3E3E. Windows color (decimal): -11390139 or 4535122. OLE color: 4535122.

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

Color convert

RGB 82 51 69 -
CMYK 0 0.38 0.16 0.68
HSL 325.16º 0.23% 0.26% -
HSV(B) 325.16º 0.38% 0.32% -
XYZ 5.74 4.59 6.21 -
YUV 62.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 82 51 69 0 0.38 0.16 0.68 325.16 0.23 0.26
Hex 52 33 45 0 26 10 44 145 17 1A
Octal 122 63 105 0 46 20 104 505 27 32
Binary 1010010 110011 1000101 0 100110 10000 1000100 101000101 10111 11010

Color Harmonies of #523345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523345

Black with #523345

Text Example


Text Example

White with #523345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523345; }

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

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

background-color css

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

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

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

border-color css

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

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

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