#70425F

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

Shades of Cosmic #70425F

Tints of Cosmic #70425F

Color information

#70425F (or 0x70425F) is unknown color: approx Cosmic. HEX triplet: 70, 42 and 5F. RGB value is (112,66,95). Sum of RGB (Red+Green+Blue) = 112+66+95=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70425F is #8FBDA0. Grayscale: #525252. Windows color (decimal): -9420193 or 6242928. OLE color: 6242928.

HSL color Cylindrical-coordinate representation of color #70425F: hue angle of 322.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70425F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1126695-
CMYK00.410.150.56
HSL322.17º25.84%34.9%-
HSV(B)322.17º41.07%43.92%-
XYZ10.78.1711.84-
YUV83.06134.74148.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=41.03%
G=24.18%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112669500.410.150.56322.1725.8434.9
Hex70425F029F381421a23
Octal16010213705117705023243
Binary1110000100001010111110101001111111100010100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,66,95); }

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

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

 a { background-color: rgb(112,66,95); }

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

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

 span { border-color: rgb(112,66,95); }

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