#73445E

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

Shades of Cosmic #73445E

Tints of Cosmic #73445E

Color information

#73445E (or 0x73445E) is unknown color: approx Cosmic. HEX triplet: 73, 44 and 5E. RGB value is (115,68,94). Sum of RGB (Red+Green+Blue) = 115+68+94=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73445E is #8CBBA1. Grayscale: #545454. Windows color (decimal): -9223074 or 6177907. OLE color: 6177907.

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

Color convert

RGB1156894-
CMYK00.410.180.55
HSL326.81º25.68%35.88%-
HSV(B)326.81º40.87%45.1%-
XYZ11.168.5911.66-
YUV85.02133.07149.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=41.52%
G=24.55%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115689400.410.180.55326.8125.6835.88
Hex73445E02912371471a24
Octal16310413605122675073244
Binary11100111000100101111001010011001011011110100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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