Html Css Color HEX #504448 Emperor

📋 copy color: '#504448'

red 80 ◦ green 68 ◦ blue 72

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

Shades of Emperor #504448

Tints of Emperor #504448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 36.36%
G = 30.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#504448 (or 0x504448) is known color: Emperor. HEX triplet: 50, 44 and 48. RGB value is (80,68,72). Sum of RGB (Red+Green+Blue) = 80+68+72=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504448 is #AFBBB7. Grayscale: #484848. Windows color (decimal): -11516856 or 4736080. OLE color: 4736080.

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

Color convert

RGB 80 68 72 -
CMYK 0 0.15 0.10 0.69
HSL 340º 0.08% 0.29% -
HSV(B) 340º 0.15% 0.31% -
XYZ 6.55 6.31 7 -
YUV 72.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 80 68 72 0 0.15 0.10 0.69 340 0.08 0.29
Hex 50 44 48 0 F A 45 154 8 1D
Octal 120 104 110 0 17 12 105 524 10 35
Binary 1010000 1000100 1001000 0 1111 1010 1000101 101010100 1000 11101

Color Harmonies of #504448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504448

Black with #504448

Text Example


Text Example

White with #504448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504448; }

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

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

background-color css

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

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

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

border-color css

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

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

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