Html Css Color HEX #521348 Loulou

📋 copy color: '#521348'

red 82 ◦ green 19 ◦ blue 72

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

Shades of Loulou #521348

Tints of Loulou #521348

RGB

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

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

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

R = 47.4%
G = 10.98%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#521348 (or 0x521348) is known color: Loulou. HEX triplet: 52, 13 and 48. RGB value is (82,19,72). Sum of RGB (Red+Green+Blue) = 82+19+72=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #521348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521348 is #ADECB7. Grayscale: #2B2B2B. Windows color (decimal): -11398328 or 4723538. OLE color: 4723538.

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

Color convert

RGB 82 19 72 -
CMYK 0 0.77 0.12 0.68
HSL 309.52º 0.62% 0.2% -
HSV(B) 309.52º 0.77% 0.32% -
XYZ 4.88 2.73 6.4 -
YUV 43.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 82 19 72 0 0.77 0.12 0.68 309.52 0.62 0.2
Hex 52 13 48 0 4D C 44 136 3E 14
Octal 122 23 110 0 115 14 104 466 76 24
Binary 1010010 10011 1001000 0 1001101 1100 1000100 100110110 111110 10100

Color Harmonies of #521348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521348

Black with #521348

Text Example


Text Example

White with #521348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521348; }

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

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

background-color css

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

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

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

border-color css

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

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

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