Html Css Color HEX #502343 Loulou

📋 copy color: '#502343'

red 80 ◦ green 35 ◦ blue 67

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

Shades of Loulou #502343

Tints of Loulou #502343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 43.96%
G = 19.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#502343 (or 0x502343) is known color: Loulou. HEX triplet: 50, 23 and 43. RGB value is (80,35,67). Sum of RGB (Red+Green+Blue) = 80+35+67=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502343 is #AFDCBC. Grayscale: #343434. Windows color (decimal): -11525309 or 4399952. OLE color: 4399952.

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

Color convert

RGB 80 35 67 -
CMYK 0 0.56 0.16 0.69
HSL 317.33º 0.39% 0.23% -
HSV(B) 317.33º 0.56% 0.31% -
XYZ 4.92 3.31 5.69 -
YUV 52.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 80 35 67 0 0.56 0.16 0.69 317.33 0.39 0.23
Hex 50 23 43 0 38 10 45 13D 27 17
Octal 120 43 103 0 70 20 105 475 47 27
Binary 1010000 100011 1000011 0 111000 10000 1000101 100111101 100111 10111

Color Harmonies of #502343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502343

Black with #502343

Text Example


Text Example

White with #502343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502343; }

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

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

background-color css

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

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

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

border-color css

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

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

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