Html Css Color HEX #504143 Emperor

📋 copy color: '#504143'

red 80 ◦ green 65 ◦ blue 67

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

Shades of Emperor #504143

Tints of Emperor #504143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 37.74%
G = 30.66%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504143 (or 0x504143) is known color: Emperor. HEX triplet: 50, 41 and 43. RGB value is (80,65,67). Sum of RGB (Red+Green+Blue) = 80+65+67=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504143 is #AFBEBC. Grayscale: #454545. Windows color (decimal): -11517629 or 4407632. OLE color: 4407632.

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

Color convert

RGB 80 65 67 -
CMYK 0 0.19 0.16 0.69
HSL 352º 0.1% 0.28% -
HSV(B) 352º 0.19% 0.31% -
XYZ 6.21 5.89 6.12 -
YUV 69.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 80 65 67 0 0.19 0.16 0.69 352 0.1 0.28
Hex 50 41 43 0 13 10 45 160 A 1C
Octal 120 101 103 0 23 20 105 540 12 34
Binary 1010000 1000001 1000011 0 10011 10000 1000101 101100000 1010 11100

Color Harmonies of #504143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504143

Black with #504143

Text Example


Text Example

White with #504143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504143; }

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

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

background-color css

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

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

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

border-color css

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

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

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