Html Css Color HEX #712840 Siren

📋 copy color: '#712840'

red 113 ◦ green 40 ◦ blue 64

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

Shades of Siren #712840

Tints of Siren #712840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 52.07%
G = 18.43%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#712840 (or 0x712840) is known color: Siren. HEX triplet: 71, 28 and 40. RGB value is (113,40,64). Sum of RGB (Red+Green+Blue) = 113+40+64=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712840 is #8ED7BF. Grayscale: #404040. Windows color (decimal): -9361344 or 4204657. OLE color: 4204657.

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

Color convert

RGB 113 40 64 -
CMYK 0 0.65 0.43 0.56
HSL 340.27º 0.48% 0.3% -
HSV(B) 340.27º 0.65% 0.44% -
XYZ 8.49 5.4 5.44 -
YUV 64.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 113 40 64 0 0.65 0.43 0.56 340.27 0.48 0.3
Hex 71 28 40 0 41 2B 38 154 30 1E
Octal 161 50 100 0 101 53 70 524 60 36
Binary 1110001 101000 1000000 0 1000001 101011 111000 101010100 110000 11110

Color Harmonies of #712840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712840

Black with #712840

Text Example


Text Example

White with #712840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712840; }

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

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

background-color css

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

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

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

border-color css

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

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

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