Html Css Color HEX #703141 Siren

📋 copy color: '#703141'

red 112 ◦ green 49 ◦ blue 65

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

Shades of Siren #703141

Tints of Siren #703141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 49.56%
G = 21.68%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703141 (or 0x703141) is known color: Siren. HEX triplet: 70, 31 and 41. RGB value is (112,49,65). Sum of RGB (Red+Green+Blue) = 112+49+65=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703141 is #8FCEBE. Grayscale: #454545. Windows color (decimal): -9424575 or 4272496. OLE color: 4272496.

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

Color convert

RGB 112 49 65 -
CMYK 0 0.56 0.42 0.56
HSL 344.76º 0.39% 0.32% -
HSV(B) 344.76º 0.56% 0.44% -
XYZ 8.73 6.02 5.7 -
YUV 69.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 112 49 65 0 0.56 0.42 0.56 344.76 0.39 0.32
Hex 70 31 41 0 38 2A 38 159 27 20
Octal 160 61 101 0 70 52 70 531 47 40
Binary 1110000 110001 1000001 0 111000 101010 111000 101011001 100111 100000

Color Harmonies of #703141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703141

Black with #703141

Text Example


Text Example

White with #703141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703141; }

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

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

background-color css

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

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

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

border-color css

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

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

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