#71445E

Color #71445E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #71445E

Tints of Cosmic #71445E

Color information

#71445E (or 0x71445E) is unknown color: approx Cosmic. HEX triplet: 71, 44 and 5E. RGB value is (113,68,94). Sum of RGB (Red+Green+Blue) = 113+68+94=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71445E is #8EBBA1. Grayscale: #545454. Windows color (decimal): -9354146 or 6177905. OLE color: 6177905.

HSL color Cylindrical-coordinate representation of color #71445E: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71445E is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1136894-
CMYK00.400.170.56
HSL325.33º24.86%35.49%-
HSV(B)325.33º39.82%44.31%-
XYZ10.98.4511.65-
YUV84.42133.41148.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=41.09%
G=24.73%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113689400.400.170.56325.3324.8635.49
Hex71445E02811381451923
Octal16110413605021705053143
Binary11100011000100101111001010001000111100010100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71445E; }

 p { color: rgb(113,68,94); }

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

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

 a { background-color: rgb(113,68,94); }

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

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

 span { border-color: rgb(113,68,94); }

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