Html Css Color HEX #70313F Siren

📋 copy color: '#70313F'

red 112 ◦ green 49 ◦ blue 63

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

Shades of Siren #70313F

Tints of Siren #70313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 50%
G = 21.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70313F (or 0x70313F) is known color: Siren. HEX triplet: 70, 31 and 3F. RGB value is (112,49,63). Sum of RGB (Red+Green+Blue) = 112+49+63=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313F is #8FCEC0. Grayscale: #454545. Windows color (decimal): -9424577 or 4141424. OLE color: 4141424.

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

Color convert

RGB 112 49 63 -
CMYK 0 0.56 0.44 0.56
HSL 346.67º 0.39% 0.32% -
HSV(B) 346.67º 0.56% 0.44% -
XYZ 8.68 6 5.4 -
YUV 69.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 112 49 63 0 0.56 0.44 0.56 346.67 0.39 0.32
Hex 70 31 3F 0 38 2C 38 15B 27 20
Octal 160 61 77 0 70 54 70 533 47 40
Binary 1110000 110001 111111 0 111000 101100 111000 101011011 100111 100000

Color Harmonies of #70313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70313F

Black with #70313F

Text Example


Text Example

White with #70313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,49,63); }

 H1.HeaderClassName
 {
   color: #70313F;
 }
 .AnyTagClassName
 {
   color: #70313F;
 }
</style>

background-color css

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

 a { background-color: rgb(112,49,63); }

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

border-color css

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

 span { border-color: rgb(112,49,63); }

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