Html Css Color HEX #521346 Loulou

📋 copy color: '#521346'

red 82 ◦ green 19 ◦ blue 70

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

Shades of Loulou #521346

Tints of Loulou #521346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 47.95%
G = 11.11%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#521346 (or 0x521346) is known color: Loulou. HEX triplet: 52, 13 and 46. RGB value is (82,19,70). Sum of RGB (Red+Green+Blue) = 82+19+70=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521346 is #ADECB9. Grayscale: #2B2B2B. Windows color (decimal): -11398330 or 4592466. OLE color: 4592466.

HSL color Cylindrical-coordinate representation of color #521346: hue angle of 311.43º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521346 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 70 -
CMYK 0 0.77 0.15 0.68
HSL 311.43º 0.62% 0.2% -
HSV(B) 311.43º 0.77% 0.32% -
XYZ 4.82 2.7 6.06 -
YUV 43.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 82 19 70 0 0.77 0.15 0.68 311.43 0.62 0.2
Hex 52 13 46 0 4D F 44 137 3E 14
Octal 122 23 106 0 115 17 104 467 76 24
Binary 1010010 10011 1000110 0 1001101 1111 1000100 100110111 111110 10100

Color Harmonies of #521346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521346

Black with #521346

Text Example


Text Example

White with #521346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521346; }

 p { color: rgb(82,19,70); }

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

background-color css

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

 a { background-color: rgb(82,19,70); }

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

border-color css

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

 span { border-color: rgb(82,19,70); }

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