Html Css Color HEX #502743 Loulou

📋 copy color: '#502743'

red 80 ◦ green 39 ◦ blue 67

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

Shades of Loulou #502743

Tints of Loulou #502743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.97%

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

R = 43.01%
G = 20.97%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#502743 (or 0x502743) is known color: Loulou. HEX triplet: 50, 27 and 43. RGB value is (80,39,67). Sum of RGB (Red+Green+Blue) = 80+39+67=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502743 is #AFD8BC. Grayscale: #363636. Windows color (decimal): -11524285 or 4400976. OLE color: 4400976.

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

Color convert

RGB 80 39 67 -
CMYK 0 0.51 0.16 0.69
HSL 319.02º 0.34% 0.23% -
HSV(B) 319.02º 0.51% 0.31% -
XYZ 5.05 3.56 5.73 -
YUV 54.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 80 39 67 0 0.51 0.16 0.69 319.02 0.34 0.23
Hex 50 27 43 0 33 10 45 13F 22 17
Octal 120 47 103 0 63 20 105 477 42 27
Binary 1010000 100111 1000011 0 110011 10000 1000101 100111111 100010 10111

Color Harmonies of #502743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502743

Black with #502743

Text Example


Text Example

White with #502743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502743; }

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

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

background-color css

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

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

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

border-color css

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

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

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