#71455E

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

Shades of Cosmic #71455E

Tints of Cosmic #71455E

Color information

#71455E (or 0x71455E) is unknown color: approx Cosmic. HEX triplet: 71, 45 and 5E. RGB value is (113,69,94). Sum of RGB (Red+Green+Blue) = 113+69+94=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71455E is #8EBAA1. Grayscale: #545454. Windows color (decimal): -9353890 or 6178161. OLE color: 6178161.

HSL color Cylindrical-coordinate representation of color #71455E: hue angle of 325.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71455E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1136994-
CMYK00.390.170.56
HSL325.91º24.18%35.69%-
HSV(B)325.91º38.94%44.31%-
XYZ10.968.5811.67-
YUV85.01133.08147.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=40.94%
G=25%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113699400.390.170.56325.9124.1835.69
Hex71455E02711381461824
Octal16110513604721705063044
Binary11100011000101101111001001111000111100010100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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