Html Css Color HEX #502143 Loulou

📋 copy color: '#502143'

red 80 ◦ green 33 ◦ blue 67

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

Shades of Loulou #502143

Tints of Loulou #502143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 44.44%
G = 18.33%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#502143 (or 0x502143) is known color: Loulou. HEX triplet: 50, 21 and 43. RGB value is (80,33,67). Sum of RGB (Red+Green+Blue) = 80+33+67=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502143 is #AFDEBC. Grayscale: #323232. Windows color (decimal): -11525821 or 4399440. OLE color: 4399440.

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

Color convert

RGB 80 33 67 -
CMYK 0 0.59 0.16 0.69
HSL 316.6º 0.42% 0.22% -
HSV(B) 316.6º 0.59% 0.31% -
XYZ 4.87 3.2 5.67 -
YUV 50.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 80 33 67 0 0.59 0.16 0.69 316.6 0.42 0.22
Hex 50 21 43 0 3B 10 45 13D 2A 16
Octal 120 41 103 0 73 20 105 475 52 26
Binary 1010000 100001 1000011 0 111011 10000 1000101 100111101 101010 10110

Color Harmonies of #502143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502143

Black with #502143

Text Example


Text Example

White with #502143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502143; }

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

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

background-color css

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

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

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

border-color css

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

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

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