Html Css Color HEX #502046 Loulou

📋 copy color: '#502046'

red 80 ◦ green 32 ◦ blue 70

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

Shades of Loulou #502046

Tints of Loulou #502046

RGB

 RED value IS 80 (31.64% from 255) = 43.96%

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 43.96%
G = 17.58%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502046 (or 0x502046) is known color: Loulou. HEX triplet: 50, 20 and 46. RGB value is (80,32,70). Sum of RGB (Red+Green+Blue) = 80+32+70=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502046 is #AFDFB9. Grayscale: #323232. Windows color (decimal): -11526074 or 4595792. OLE color: 4595792.

HSL color Cylindrical-coordinate representation of color #502046: hue angle of 312.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502046 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 70 -
CMYK 0 0.60 0.12 0.69
HSL 312.5º 0.43% 0.22% -
HSV(B) 312.5º 0.6% 0.31% -
XYZ 4.93 3.18 6.15 -
YUV 50.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 80 32 70 0 0.60 0.12 0.69 312.5 0.43 0.22
Hex 50 20 46 0 3C C 45 138 2B 16
Octal 120 40 106 0 74 14 105 470 53 26
Binary 1010000 100000 1000110 0 111100 1100 1000101 100111000 101011 10110

Color Harmonies of #502046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502046

Black with #502046

Text Example


Text Example

White with #502046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502046; }

 p { color: rgb(80,32,70); }

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

background-color css

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

 a { background-color: rgb(80,32,70); }

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

border-color css

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

 span { border-color: rgb(80,32,70); }

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