Html Css Color HEX #502246 Loulou

📋 copy color: '#502246'

red 80 ◦ green 34 ◦ blue 70

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

Shades of Loulou #502246

Tints of Loulou #502246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

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

R = 43.48%
G = 18.48%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502246 (or 0x502246) is known color: Loulou. HEX triplet: 50, 22 and 46. RGB value is (80,34,70). Sum of RGB (Red+Green+Blue) = 80+34+70=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502246 is #AFDDB9. Grayscale: #333333. Windows color (decimal): -11525562 or 4596304. OLE color: 4596304.

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

Color convert

RGB 80 34 70 -
CMYK 0 0.58 0.12 0.69
HSL 313.04º 0.4% 0.22% -
HSV(B) 313.04º 0.58% 0.31% -
XYZ 4.99 3.29 6.17 -
YUV 51.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 80 34 70 0 0.58 0.12 0.69 313.04 0.4 0.22
Hex 50 22 46 0 3A C 45 139 28 16
Octal 120 42 106 0 72 14 105 471 50 26
Binary 1010000 100010 1000110 0 111010 1100 1000101 100111001 101000 10110

Color Harmonies of #502246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502246

Black with #502246

Text Example


Text Example

White with #502246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502246; }

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

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

background-color css

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

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

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

border-color css

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

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

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