Html Css Color HEX #703241 Siren

📋 copy color: '#703241'

red 112 ◦ green 50 ◦ blue 65

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

Shades of Siren #703241

Tints of Siren #703241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

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

R = 49.34%
G = 22.03%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703241 (or 0x703241) is known color: Siren. HEX triplet: 70, 32 and 41. RGB value is (112,50,65). Sum of RGB (Red+Green+Blue) = 112+50+65=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703241 is #8FCDBE. Grayscale: #464646. Windows color (decimal): -9424319 or 4272752. OLE color: 4272752.

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

Color convert

RGB 112 50 65 -
CMYK 0 0.55 0.42 0.56
HSL 345.48º 0.38% 0.32% -
HSV(B) 345.48º 0.55% 0.44% -
XYZ 8.78 6.11 5.72 -
YUV 70.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 112 50 65 0 0.55 0.42 0.56 345.48 0.38 0.32
Hex 70 32 41 0 37 2A 38 159 26 20
Octal 160 62 101 0 67 52 70 531 46 40
Binary 1110000 110010 1000001 0 110111 101010 111000 101011001 100110 100000

Color Harmonies of #703241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703241

Black with #703241

Text Example


Text Example

White with #703241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703241; }

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

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

background-color css

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

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

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

border-color css

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

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

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