Html Css Color HEX #502543 Loulou

📋 copy color: '#502543'

red 80 ◦ green 37 ◦ blue 67

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

Shades of Loulou #502543

Tints of Loulou #502543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

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

R = 43.48%
G = 20.11%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#502543 (or 0x502543) is known color: Loulou. HEX triplet: 50, 25 and 43. RGB value is (80,37,67). Sum of RGB (Red+Green+Blue) = 80+37+67=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502543 is #AFDABC. Grayscale: #353535. Windows color (decimal): -11524797 or 4400464. OLE color: 4400464.

HSL color Cylindrical-coordinate representation of color #502543: hue angle of 318.14º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502543 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 67 -
CMYK 0 0.54 0.16 0.69
HSL 318.14º 0.37% 0.23% -
HSV(B) 318.14º 0.54% 0.31% -
XYZ 4.98 3.43 5.71 -
YUV 53.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 80 37 67 0 0.54 0.16 0.69 318.14 0.37 0.23
Hex 50 25 43 0 36 10 45 13E 25 17
Octal 120 45 103 0 66 20 105 476 45 27
Binary 1010000 100101 1000011 0 110110 10000 1000101 100111110 100101 10111

Color Harmonies of #502543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502543

Black with #502543

Text Example


Text Example

White with #502543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502543; }

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

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

background-color css

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

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

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

border-color css

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

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

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