#44413D

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

Shades of Space Shuttle #44413D

Tints of Space Shuttle #44413D

Color information

#44413D (or 0x44413D) is unknown color: approx Space Shuttle. HEX triplet: 44, 41 and 3D. RGB value is (68,65,61). Sum of RGB (Red+Green+Blue) = 68+65+61=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 68 - color contains mainly: red. Hex color #44413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44413D is #BBBEC2. Grayscale: #414141. Windows color (decimal): -12304067 or 4014404. OLE color: 4014404.

HSL color Cylindrical-coordinate representation of color #44413D: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #44413D is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB686561-
CMYK00.040.100.73
HSL34.29º5.43%25.29%-
HSV(B)34.29º10.29%26.67%-
XYZ5.125.355.18-
YUV65.44125.49129.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=35.05%
G=33.51%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68656100.040.100.7334.295.4325.29
Hex44413D04A4922519
Octal10410175041211142531
Binary1000100100000111110101001010100100110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44413D; }

 p { color: rgb(68,65,61); }

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

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

 a { background-color: rgb(68,65,61); }

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

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

 span { border-color: rgb(68,65,61); }

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