#73475A

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

Shades of Cosmic #73475A

Tints of Cosmic #73475A

Color information

#73475A (or 0x73475A) is unknown color: approx Cosmic. HEX triplet: 73, 47 and 5A. RGB value is (115,71,90). Sum of RGB (Red+Green+Blue) = 115+71+90=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475A is #8CB8A5. Grayscale: #565656. Windows color (decimal): -9222310 or 5916531. OLE color: 5916531.

HSL color Cylindrical-coordinate representation of color #73475A: hue angle of 334.09º 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 #73475A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1157190-
CMYK00.380.220.55
HSL334.09º23.66%36.47%-
HSV(B)334.09º38.26%45.1%-
XYZ11.178.8910.8-
YUV86.32130.08148.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=41.67%
G=25.72%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115719000.380.220.55334.0923.6636.47
Hex73475A026163714e1824
Octal16310713204626675163044
Binary11100111000111101101001001101011011011110100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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