#73415F

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

Shades of Cosmic #73415F

Tints of Cosmic #73415F

Color information

#73415F (or 0x73415F) is unknown color: approx Cosmic. HEX triplet: 73, 41 and 5F. RGB value is (115,65,95). Sum of RGB (Red+Green+Blue) = 115+65+95=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73415F is #8CBEA0. Grayscale: #535353. Windows color (decimal): -9223841 or 6242675. OLE color: 6242675.

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

Color convert

RGB1156595-
CMYK00.430.170.55
HSL324º27.78%35.29%-
HSV(B)324º43.48%45.1%-
XYZ11.038.2511.84-
YUV83.37134.56150.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=41.82%
G=23.64%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115659500.430.170.5532427.7835.29
Hex73415F02B11371441c23
Octal16310113705321675043443
Binary11100111000001101111101010111000111011110100010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73415F; }

 p { color: rgb(115,65,95); }

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

<style>
 a { background-color: #73415F; }

 a { background-color: rgb(115,65,95); }

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

<style>
 span { border-color: #73415F; }

 span { border-color: rgb(115,65,95); }

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