#79395F

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

Shades of Cosmic #79395F

Tints of Cosmic #79395F

Color information

#79395F (or 0x79395F) is unknown color: approx Cosmic. HEX triplet: 79, 39 and 5F. RGB value is (121,57,95). Sum of RGB (Red+Green+Blue) = 121+57+95=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #79395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79395F is #86C6A0. Grayscale: #505050. Windows color (decimal): -8832673 or 6240633. OLE color: 6240633.

HSL color Cylindrical-coordinate representation of color #79395F: hue angle of 324.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79395F is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1215795-
CMYK00.530.210.53
HSL324.38º35.96%34.9%-
HSV(B)324.38º52.89%47.45%-
XYZ11.417.8211.73-
YUV80.47136.2156.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=44.32%
G=20.88%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121579500.530.210.53324.3835.9634.9
Hex79395F03515351442423
Octal1717113706525655044443
Binary11110011110011011111011010110101110101101000100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,57,95); }

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

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

 a { background-color: rgb(121,57,95); }

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

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

 span { border-color: rgb(121,57,95); }

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