Html Css Color HEX #521744 Loulou

📋 copy color: '#521744'

red 82 ◦ green 23 ◦ blue 68

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

Shades of Loulou #521744

Tints of Loulou #521744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 47.4%
G = 13.29%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#521744 (or 0x521744) is known color: Loulou. HEX triplet: 52, 17 and 44. RGB value is (82,23,68). Sum of RGB (Red+Green+Blue) = 82+23+68=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #521744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521744 is #ADE8BB. Grayscale: #2D2D2D. Windows color (decimal): -11397308 or 4462418. OLE color: 4462418.

HSL color Cylindrical-coordinate representation of color #521744: hue angle of 314.24º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521744 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 68 -
CMYK 0 0.72 0.17 0.68
HSL 314.24º 0.56% 0.21% -
HSV(B) 314.24º 0.72% 0.32% -
XYZ 4.83 2.82 5.76 -
YUV 45.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 82 23 68 0 0.72 0.17 0.68 314.24 0.56 0.21
Hex 52 17 44 0 48 11 44 13A 38 15
Octal 122 27 104 0 110 21 104 472 70 25
Binary 1010010 10111 1000100 0 1001000 10001 1000100 100111010 111000 10101

Color Harmonies of #521744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521744

Black with #521744

Text Example


Text Example

White with #521744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521744; }

 p { color: rgb(82,23,68); }

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

background-color css

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

 a { background-color: rgb(82,23,68); }

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

border-color css

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

 span { border-color: rgb(82,23,68); }

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