Html Css Color HEX #713040 Siren

📋 copy color: '#713040'

red 113 ◦ green 48 ◦ blue 64

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

Shades of Siren #713040

Tints of Siren #713040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 50.22%
G = 21.33%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#713040 (or 0x713040) is known color: Siren. HEX triplet: 71, 30 and 40. RGB value is (113,48,64). Sum of RGB (Red+Green+Blue) = 113+48+64=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713040 is #8ECFBF. Grayscale: #454545. Windows color (decimal): -9359296 or 4206705. OLE color: 4206705.

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

Color convert

RGB 113 48 64 -
CMYK 0 0.58 0.43 0.56
HSL 345.23º 0.4% 0.32% -
HSV(B) 345.23º 0.58% 0.44% -
XYZ 8.79 5.99 5.54 -
YUV 69.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 113 48 64 0 0.58 0.43 0.56 345.23 0.4 0.32
Hex 71 30 40 0 3A 2B 38 159 28 20
Octal 161 60 100 0 72 53 70 531 50 40
Binary 1110001 110000 1000000 0 111010 101011 111000 101011001 101000 100000

Color Harmonies of #713040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713040

Black with #713040

Text Example


Text Example

White with #713040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713040; }

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

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

background-color css

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

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

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

border-color css

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

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

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