Html Css Color HEX #713140 Siren

📋 copy color: '#713140'

red 113 ◦ green 49 ◦ blue 64

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

Shades of Siren #713140

Tints of Siren #713140

RGB

 RED value IS 113 (44.53% from 255) = 50%

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

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

R = 50%
G = 21.68%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#713140 (or 0x713140) is known color: Siren. HEX triplet: 71, 31 and 40. RGB value is (113,49,64). Sum of RGB (Red+Green+Blue) = 113+49+64=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713140 is #8ECEBF. Grayscale: #454545. Windows color (decimal): -9359040 or 4206961. OLE color: 4206961.

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

Color convert

RGB 113 49 64 -
CMYK 0 0.57 0.43 0.56
HSL 345.94º 0.4% 0.32% -
HSV(B) 345.94º 0.57% 0.44% -
XYZ 8.83 6.08 5.56 -
YUV 69.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 113 49 64 0 0.57 0.43 0.56 345.94 0.4 0.32
Hex 71 31 40 0 39 2B 38 15A 28 20
Octal 161 61 100 0 71 53 70 532 50 40
Binary 1110001 110001 1000000 0 111001 101011 111000 101011010 101000 100000

Color Harmonies of #713140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713140

Black with #713140

Text Example


Text Example

White with #713140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713140; }

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

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

background-color css

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

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

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

border-color css

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

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

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