Html Css Color HEX #502146 Loulou

📋 copy color: '#502146'

red 80 ◦ green 33 ◦ blue 70

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

Shades of Loulou #502146

Tints of Loulou #502146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 43.72%
G = 18.03%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502146 (or 0x502146) is known color: Loulou. HEX triplet: 50, 21 and 46. RGB value is (80,33,70). Sum of RGB (Red+Green+Blue) = 80+33+70=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502146 is #AFDEB9. Grayscale: #333333. Windows color (decimal): -11525818 or 4596048. OLE color: 4596048.

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

Color convert

RGB 80 33 70 -
CMYK 0 0.59 0.12 0.69
HSL 312.77º 0.42% 0.22% -
HSV(B) 312.77º 0.59% 0.31% -
XYZ 4.96 3.24 6.16 -
YUV 51.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 80 33 70 0 0.59 0.12 0.69 312.77 0.42 0.22
Hex 50 21 46 0 3B C 45 139 2A 16
Octal 120 41 106 0 73 14 105 471 52 26
Binary 1010000 100001 1000110 0 111011 1100 1000101 100111001 101010 10110

Color Harmonies of #502146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502146

Black with #502146

Text Example


Text Example

White with #502146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502146; }

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

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

background-color css

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

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

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

border-color css

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

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

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