#514840

Color #514840 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #514840

Tints of Space Shuttle #514840

Color information

#514840 (or 0x514840) is unknown color: approx Space Shuttle. HEX triplet: 51, 48 and 40. RGB value is (81,72,64). Sum of RGB (Red+Green+Blue) = 81+72+64=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514840 is #AEB7BF. Grayscale: #494949. Windows color (decimal): -11450304 or 4212817. OLE color: 4212817.

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

Color convert

RGB817264-
CMYK00.110.210.68
HSL28.24º11.72%28.43%-
HSV(B)28.24º20.99%31.76%-
XYZ6.646.755.8-
YUV73.78122.48133.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=37.33%
G=33.18%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81726400.110.210.6828.2411.7228.43
Hex5148400B15441cc1c
Octal12111010001325104341434
Binary1010001100100010000000101110101100010011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514840; }

 p { color: rgb(81,72,64); }

 H1.HeaderClassName
 {
   color: #514840;
 }
 .AnyTagClassName
 {
   color: #514840;
 }
</style>
background-color css

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

 a { background-color: rgb(81,72,64); }

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

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

 span { border-color: rgb(81,72,64); }

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