Html Css Color HEX #50473F Space Shuttle

📋 copy color: '#50473F'

red 80 ◦ green 71 ◦ blue 63

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

Shades of Space Shuttle #50473F

Tints of Space Shuttle #50473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 63 (25% from 255) = 29.44%

R = 37.38%
G = 33.18%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50473F (or 0x50473F) is known color: Space Shuttle. HEX triplet: 50, 47 and 3F. RGB value is (80,71,63). Sum of RGB (Red+Green+Blue) = 80+71+63=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50473F is #AFB8C0. Grayscale: #484848. Windows color (decimal): -11516097 or 4147024. OLE color: 4147024.

HSL color Cylindrical-coordinate representation of color #50473F: hue angle of 28.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50473F is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 63 -
CMYK 0 0.11 0.21 0.69
HSL 28.24º 0.12% 0.28% -
HSV(B) 28.24º 0.21% 0.31% -
XYZ 6.46 6.57 5.63 -
YUV 72.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 80 71 63 0 0.11 0.21 0.69 28.24 0.12 0.28
Hex 50 47 3F 0 B 15 45 1C C 1C
Octal 120 107 77 0 13 25 105 34 14 34
Binary 1010000 1000111 111111 0 1011 10101 1000101 11100 1100 11100

Color Harmonies of #50473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50473F

Black with #50473F

Text Example


Text Example

White with #50473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50473F; }

 p { color: rgb(80,71,63); }

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

background-color css

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

 a { background-color: rgb(80,71,63); }

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

border-color css

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

 span { border-color: rgb(80,71,63); }

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