#73405E

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

Shades of Cosmic #73405E

Tints of Cosmic #73405E

Color information

#73405E (or 0x73405E) is unknown color: approx Cosmic. HEX triplet: 73, 40 and 5E. RGB value is (115,64,94). Sum of RGB (Red+Green+Blue) = 115+64+94=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73405E is #8CBFA1. Grayscale: #525252. Windows color (decimal): -9224098 or 6176883. OLE color: 6176883.

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

Color convert

RGB1156494-
CMYK00.440.180.55
HSL324.71º28.49%35.1%-
HSV(B)324.71º44.35%45.1%-
XYZ10.928.1211.58-
YUV82.67134.4151.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=42.12%
G=23.44%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115649400.440.180.55324.7128.4935.1
Hex73405E02C12371451c23
Octal16310013605422675053443
Binary11100111000000101111001011001001011011110100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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