#73425E

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

Shades of Cosmic #73425E

Tints of Cosmic #73425E

Color information

#73425E (or 0x73425E) is unknown color: approx Cosmic. HEX triplet: 73, 42 and 5E. RGB value is (115,66,94). Sum of RGB (Red+Green+Blue) = 115+66+94=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425E is #8CBDA1. Grayscale: #535353. Windows color (decimal): -9223586 or 6177395. OLE color: 6177395.

HSL color Cylindrical-coordinate representation of color #73425E: hue angle of 325.71º degrees, saturation: 0.27, 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 #73425E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1156694-
CMYK00.430.180.55
HSL325.71º27.07%35.49%-
HSV(B)325.71º42.61%45.1%-
XYZ11.048.3511.62-
YUV83.84133.73150.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=41.82%
G=24%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115669400.430.180.55325.7127.0735.49
Hex73425E02B12371461b23
Octal16310213605322675063343
Binary11100111000010101111001010111001011011110100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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