Html Css Color HEX #713141 Siren

📋 copy color: '#713141'

red 113 ◦ green 49 ◦ blue 65

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

Shades of Siren #713141

Tints of Siren #713141

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 value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713141 (or 0x713141) is known color: 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

RGB 113 49 65 -
CMYK 0 0.57 0.42 0.56
HSL 345º 0.4% 0.32% -
HSV(B) 345º 0.57% 0.44% -
XYZ 8.86 6.09 5.71 -
YUV 69.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 113 49 65 0 0.57 0.42 0.56 345 0.4 0.32
Hex 71 31 41 0 39 2A 38 159 28 20
Octal 161 61 101 0 71 52 70 531 50 40
Binary 1110001 110001 1000001 0 111001 101010 111000 101011001 101000 100000

Color Harmonies of #713141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713141

Black with #713141

Text Example


Text Example

White with #713141

Text Example


Text Example

HTML Codes & Css Web 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>