Html Css Color HEX #504648 Emperor

📋 copy color: '#504648'

red 80 ◦ green 70 ◦ blue 72

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

Shades of Emperor #504648

Tints of Emperor #504648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 36.04%
G = 31.53%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#504648 (or 0x504648) is known color: Emperor. HEX triplet: 50, 46 and 48. RGB value is (80,70,72). Sum of RGB (Red+Green+Blue) = 80+70+72=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504648 is #AFB9B7. Grayscale: #494949. Windows color (decimal): -11516344 or 4736592. OLE color: 4736592.

HSL color Cylindrical-coordinate representation of color #504648: hue angle of 348º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504648 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 72 -
CMYK 0 0.12 0.10 0.69
HSL 348º 0.07% 0.29% -
HSV(B) 348º 0.13% 0.31% -
XYZ 6.67 6.55 7.04 -
YUV 73.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 80 70 72 0 0.12 0.10 0.69 348 0.07 0.29
Hex 50 46 48 0 C A 45 15C 7 1D
Octal 120 106 110 0 14 12 105 534 7 35
Binary 1010000 1000110 1001000 0 1100 1010 1000101 101011100 111 11101

Color Harmonies of #504648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504648

Black with #504648

Text Example


Text Example

White with #504648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504648; }

 p { color: rgb(80,70,72); }

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

background-color css

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

 a { background-color: rgb(80,70,72); }

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

border-color css

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

 span { border-color: rgb(80,70,72); }

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