Html Css Color HEX #50443A Space Shuttle

📋 copy color: '#50443A'

red 80 ◦ green 68 ◦ blue 58

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

Shades of Space Shuttle #50443A

Tints of Space Shuttle #50443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 38.83%
G = 33.01%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50443A (or 0x50443A) is known color: Space Shuttle. HEX triplet: 50, 44 and 3A. RGB value is (80,68,58). Sum of RGB (Red+Green+Blue) = 80+68+58=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50443A is #AFBBC5. Grayscale: #464646. Windows color (decimal): -11516870 or 3818576. OLE color: 3818576.

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

Color convert

RGB 80 68 58 -
CMYK 0 0.15 0.28 0.69
HSL 27.27º 0.16% 0.27% -
HSV(B) 27.27º 0.28% 0.31% -
XYZ 6.14 6.15 4.87 -
YUV 70.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 80 68 58 0 0.15 0.28 0.69 27.27 0.16 0.27
Hex 50 44 3A 0 F 1C 45 1B 10 1B
Octal 120 104 72 0 17 34 105 33 20 33
Binary 1010000 1000100 111010 0 1111 11100 1000101 11011 10000 11011

Color Harmonies of #50443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50443A

Black with #50443A

Text Example


Text Example

White with #50443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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