#73475E

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

Shades of Cosmic #73475E

Tints of Cosmic #73475E

Color information

#73475E (or 0x73475E) is unknown color: approx Cosmic. HEX triplet: 73, 47 and 5E. RGB value is (115,71,94). Sum of RGB (Red+Green+Blue) = 115+71+94=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475E is #8CB8A1. Grayscale: #565656. Windows color (decimal): -9222306 or 6178675. OLE color: 6178675.

HSL color Cylindrical-coordinate representation of color #73475E: hue angle of 328.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73475E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1157194-
CMYK00.380.180.55
HSL328.64º23.66%36.47%-
HSV(B)328.64º38.26%45.1%-
XYZ11.348.9611.72-
YUV86.78132.08148.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=41.07%
G=25.36%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115719400.380.180.55328.6423.6636.47
Hex73475E02612371491824
Octal16310713604622675113044
Binary11100111000111101111001001101001011011110100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,71,94); }

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

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

 a { background-color: rgb(115,71,94); }

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

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

 span { border-color: rgb(115,71,94); }

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