Html Css Color HEX #70425F Cosmic

📋 copy color: '#70425F'

red 112 ◦ green 66 ◦ blue 95

#70425F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #70425F

Tints of Cosmic #70425F

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.8%

R = 41.03%
G = 24.18%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70425F (or 0x70425F) is known color: 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

RGB 112 66 95 -
CMYK 0 0.41 0.15 0.56
HSL 322.17º 0.26% 0.35% -
HSV(B) 322.17º 0.41% 0.44% -
XYZ 10.7 8.17 11.84 -
YUV 83.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 112 66 95 0 0.41 0.15 0.56 322.17 0.26 0.35
Hex 70 42 5F 0 29 F 38 142 1A 23
Octal 160 102 137 0 51 17 70 502 32 43
Binary 1110000 1000010 1011111 0 101001 1111 111000 101000010 11010 100011

Color Harmonies of #70425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70425F

Black with #70425F

Text Example


Text Example

White with #70425F

Text Example


Text Example

HTML Codes & Css Web 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>