Html Css Color HEX #522245 Loulou

📋 copy color: '#522245'

red 82 ◦ green 34 ◦ blue 69

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

Shades of Loulou #522245

Tints of Loulou #522245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 44.32%
G = 18.38%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#522245 (or 0x522245) is known color: Loulou. HEX triplet: 52, 22 and 45. RGB value is (82,34,69). Sum of RGB (Red+Green+Blue) = 82+34+69=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522245 is #ADDDBA. Grayscale: #343434. Windows color (decimal): -11394491 or 4530770. OLE color: 4530770.

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

Color convert

RGB 82 34 69 -
CMYK 0 0.59 0.16 0.68
HSL 316.25º 0.41% 0.23% -
HSV(B) 316.25º 0.59% 0.32% -
XYZ 5.13 3.37 6.01 -
YUV 52.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 82 34 69 0 0.59 0.16 0.68 316.25 0.41 0.23
Hex 52 22 45 0 3B 10 44 13C 29 17
Octal 122 42 105 0 73 20 104 474 51 27
Binary 1010010 100010 1000101 0 111011 10000 1000100 100111100 101001 10111

Color Harmonies of #522245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522245

Black with #522245

Text Example


Text Example

White with #522245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522245; }

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

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

background-color css

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

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

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

border-color css

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

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

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