Html Css Color HEX #523045 Loulou

📋 copy color: '#523045'

red 82 ◦ green 48 ◦ blue 69

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

Shades of Loulou #523045

Tints of Loulou #523045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 41.21%
G = 24.12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523045 (or 0x523045) is known color: Loulou. HEX triplet: 52, 30 and 45. RGB value is (82,48,69). Sum of RGB (Red+Green+Blue) = 82+48+69=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523045 is #ADCFBA. Grayscale: #3C3C3C. Windows color (decimal): -11390907 or 4534354. OLE color: 4534354.

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

Color convert

RGB 82 48 69 -
CMYK 0 0.41 0.16 0.68
HSL 322.94º 0.26% 0.25% -
HSV(B) 322.94º 0.41% 0.32% -
XYZ 5.61 4.34 6.17 -
YUV 60.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 82 48 69 0 0.41 0.16 0.68 322.94 0.26 0.25
Hex 52 30 45 0 29 10 44 143 1A 19
Octal 122 60 105 0 51 20 104 503 32 31
Binary 1010010 110000 1000101 0 101001 10000 1000100 101000011 11010 11001

Color Harmonies of #523045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523045

Black with #523045

Text Example


Text Example

White with #523045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523045; }

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

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

background-color css

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

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

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

border-color css

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

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

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