Html Css Color HEX #514840 Space Shuttle

📋 copy color: '#514840'

red 81 ◦ green 72 ◦ blue 64

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

Shades of Space Shuttle #514840

Tints of Space Shuttle #514840

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 value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514840 (or 0x514840) is known color: 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

RGB 81 72 64 -
CMYK 0 0.11 0.21 0.68
HSL 28.24º 0.12% 0.28% -
HSV(B) 28.24º 0.21% 0.32% -
XYZ 6.64 6.75 5.8 -
YUV 73.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 81 72 64 0 0.11 0.21 0.68 28.24 0.12 0.28
Hex 51 48 40 0 B 15 44 1C C 1C
Octal 121 110 100 0 13 25 104 34 14 34
Binary 1010001 1001000 1000000 0 1011 10101 1000100 11100 1100 11100

Color Harmonies of #514840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514840

Black with #514840

Text Example


Text Example

White with #514840

Text Example


Text Example

HTML Codes & Css Web 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>