Html Css Color HEX #70515B Cosmic

📋 copy color: '#70515B'

red 112 ◦ green 81 ◦ blue 91

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

Shades of Cosmic #70515B

Tints of Cosmic #70515B

RGB

 RED value IS 112 (44.14% from 255) = 39.44%

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 39.44%
G = 28.52%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70515B (or 0x70515B) is known color: Cosmic. HEX triplet: 70, 51 and 5B. RGB value is (112,81,91). Sum of RGB (Red+Green+Blue) = 112+81+91=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70515B is #8FAEA4. Grayscale: #5B5B5B. Windows color (decimal): -9416357 or 5984624. OLE color: 5984624.

HSL color Cylindrical-coordinate representation of color #70515B: hue angle of 340.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70515B is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 91 -
CMYK 0 0.28 0.19 0.56
HSL 340.65º 0.16% 0.38% -
HSV(B) 340.65º 0.28% 0.44% -
XYZ 11.51 10.08 11.24 -
YUV 91.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 112 81 91 0 0.28 0.19 0.56 340.65 0.16 0.38
Hex 70 51 5B 0 1C 13 38 155 10 26
Octal 160 121 133 0 34 23 70 525 20 46
Binary 1110000 1010001 1011011 0 11100 10011 111000 101010101 10000 100110

Color Harmonies of #70515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70515B

Black with #70515B

Text Example


Text Example

White with #70515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70515B; }

 p { color: rgb(112,81,91); }

 H1.HeaderClassName
 {
   color: #70515B;
 }
 .AnyTagClassName
 {
   color: #70515B;
 }
</style>

background-color css

<style>
 a { background-color: #70515B; }

 a { background-color: rgb(112,81,91); }

 div.DivClassName
 {
   background-color: #70515B;
 }
 .BgClassName
 {
   background-color: #70515B;
 }
</style>

border-color css

<style>
 span { border-color: #70515B; }

 span { border-color: rgb(112,81,91); }

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