#73425C

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

Shades of Cosmic #73425C

Tints of Cosmic #73425C

Color information

#73425C (or 0x73425C) is unknown color: approx Cosmic. HEX triplet: 73, 42 and 5C. RGB value is (115,66,92). Sum of RGB (Red+Green+Blue) = 115+66+92=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425C is #8CBDA3. Grayscale: #535353. Windows color (decimal): -9223588 or 6046323. OLE color: 6046323.

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

Color convert

RGB1156692-
CMYK00.430.200.55
HSL328.16º27.07%35.49%-
HSV(B)328.16º42.61%45.1%-
XYZ10.958.3111.15-
YUV83.62132.73150.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=42.12%
G=24.18%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115669200.430.200.55328.1627.0735.49
Hex73425C02B14371481b23
Octal16310213405324675103343
Binary11100111000010101110001010111010011011110100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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