Html Css Color HEX #703140 Siren

📋 copy color: '#703140'

red 112 ◦ green 49 ◦ blue 64

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

Shades of Siren #703140

Tints of Siren #703140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 49.78%
G = 21.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#703140 (or 0x703140) is known color: Siren. HEX triplet: 70, 31 and 40. RGB value is (112,49,64). Sum of RGB (Red+Green+Blue) = 112+49+64=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703140 is #8FCEBF. Grayscale: #454545. Windows color (decimal): -9424576 or 4206960. OLE color: 4206960.

HSL color Cylindrical-coordinate representation of color #703140: hue angle of 345.71º 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 #703140 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 49 64 -
CMYK 0 0.56 0.43 0.56
HSL 345.71º 0.39% 0.32% -
HSV(B) 345.71º 0.56% 0.44% -
XYZ 8.71 6.01 5.55 -
YUV 69.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 112 49 64 0 0.56 0.43 0.56 345.71 0.39 0.32
Hex 70 31 40 0 38 2B 38 15A 27 20
Octal 160 61 100 0 70 53 70 532 47 40
Binary 1110000 110001 1000000 0 111000 101011 111000 101011010 100111 100000

Color Harmonies of #703140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703140

Black with #703140

Text Example


Text Example

White with #703140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703140; }

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

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

background-color css

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

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

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

border-color css

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

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

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