Html Css Color HEX #502242 Loulou

📋 copy color: '#502242'

red 80 ◦ green 34 ◦ blue 66

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

Shades of Loulou #502242

Tints of Loulou #502242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 44.44%
G = 18.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#502242 (or 0x502242) is known color: Loulou. HEX triplet: 50, 22 and 42. RGB value is (80,34,66). Sum of RGB (Red+Green+Blue) = 80+34+66=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502242 is #AFDDBD. Grayscale: #333333. Windows color (decimal): -11525566 or 4334160. OLE color: 4334160.

HSL color Cylindrical-coordinate representation of color #502242: hue angle of 318.26º 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 #502242 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 66 -
CMYK 0 0.58 0.17 0.69
HSL 318.26º 0.4% 0.22% -
HSV(B) 318.26º 0.58% 0.31% -
XYZ 4.86 3.24 5.52 -
YUV 51.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 80 34 66 0 0.58 0.17 0.69 318.26 0.4 0.22
Hex 50 22 42 0 3A 11 45 13E 28 16
Octal 120 42 102 0 72 21 105 476 50 26
Binary 1010000 100010 1000010 0 111010 10001 1000101 100111110 101000 10110

Color Harmonies of #502242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502242

Black with #502242

Text Example


Text Example

White with #502242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502242; }

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

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

background-color css

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

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

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

border-color css

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

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

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