#713141

Color #713141 Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #713141

Tints of Siren #713141

Color information

#713141 (or 0x713141) is unknown color: approx Siren. HEX triplet: 71, 31 and 41. RGB value is (113,49,65). Sum of RGB (Red+Green+Blue) = 113+49+65=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713141 is #8ECEBE. Grayscale: #454545. Windows color (decimal): -9359039 or 4272497. OLE color: 4272497.

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

Color convert

RGB1134965-
CMYK00.570.420.56
HSL345º39.51%31.76%-
HSV(B)345º56.64%44.31%-
XYZ8.866.095.71-
YUV69.96125.2158.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=49.78%
G=21.59%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113496500.570.420.5634539.5131.76
Hex7131410392A381592820
Octal1616110107152705315040
Binary111000111000110000010111001101010111000101011001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713141; }

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

 H1.HeaderClassName
 {
   color: #713141;
 }
 .AnyTagClassName
 {
   color: #713141;
 }
</style>
background-color css

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

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

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

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

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

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