Html Css Color HEX #712940 Siren

📋 copy color: '#712940'

red 113 ◦ green 41 ◦ blue 64

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

Shades of Siren #712940

Tints of Siren #712940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 51.83%
G = 18.81%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#712940 (or 0x712940) is known color: Siren. HEX triplet: 71, 29 and 40. RGB value is (113,41,64). Sum of RGB (Red+Green+Blue) = 113+41+64=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712940 is #8ED6BF. Grayscale: #414141. Windows color (decimal): -9361088 or 4204913. OLE color: 4204913.

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

Color convert

RGB 113 41 64 -
CMYK 0 0.64 0.43 0.56
HSL 340.83º 0.47% 0.3% -
HSV(B) 340.83º 0.64% 0.44% -
XYZ 8.53 5.47 5.46 -
YUV 65.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 113 41 64 0 0.64 0.43 0.56 340.83 0.47 0.3
Hex 71 29 40 0 40 2B 38 155 2F 1E
Octal 161 51 100 0 100 53 70 525 57 36
Binary 1110001 101001 1000000 0 1000000 101011 111000 101010101 101111 11110

Color Harmonies of #712940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712940

Black with #712940

Text Example


Text Example

White with #712940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712940; }

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

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

background-color css

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

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

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

border-color css

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

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

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