Html Css Color HEX #521748 Loulou

📋 copy color: '#521748'

red 82 ◦ green 23 ◦ blue 72

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

Shades of Loulou #521748

Tints of Loulou #521748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 46.33%
G = 12.99%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#521748 (or 0x521748) is known color: Loulou. HEX triplet: 52, 17 and 48. RGB value is (82,23,72). Sum of RGB (Red+Green+Blue) = 82+23+72=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521748 is #ADE8B7. Grayscale: #2E2E2E. Windows color (decimal): -11397304 or 4724562. OLE color: 4724562.

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

Color convert

RGB 82 23 72 -
CMYK 0 0.72 0.12 0.68
HSL 310.17º 0.56% 0.21% -
HSV(B) 310.17º 0.72% 0.32% -
XYZ 4.96 2.87 6.42 -
YUV 46.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 82 23 72 0 0.72 0.12 0.68 310.17 0.56 0.21
Hex 52 17 48 0 48 C 44 136 38 15
Octal 122 27 110 0 110 14 104 466 70 25
Binary 1010010 10111 1001000 0 1001000 1100 1000100 100110110 111000 10101

Color Harmonies of #521748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521748

Black with #521748

Text Example


Text Example

White with #521748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521748; }

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

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

background-color css

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

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

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

border-color css

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

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

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