Html Css Color HEX #712D3E Siren

📋 copy color: '#712D3E'

red 113 ◦ green 45 ◦ blue 62

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

Shades of Siren #712D3E

Tints of Siren #712D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.45%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 51.36%
G = 20.45%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#712D3E (or 0x712D3E) is known color: Siren. HEX triplet: 71, 2D and 3E. RGB value is (113,45,62). Sum of RGB (Red+Green+Blue) = 113+45+62=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #712D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D3E is #8ED2C1. Grayscale: #434343. Windows color (decimal): -9360066 or 4074865. OLE color: 4074865.

HSL color Cylindrical-coordinate representation of color #712D3E: hue angle of 345º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D3E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 62 -
CMYK 0 0.60 0.45 0.56
HSL 345º 0.43% 0.31% -
HSV(B) 345º 0.6% 0.44% -
XYZ 8.62 5.74 5.21 -
YUV 67.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 113 45 62 0 0.60 0.45 0.56 345 0.43 0.31
Hex 71 2D 3E 0 3C 2D 38 159 2B 1F
Octal 161 55 76 0 74 55 70 531 53 37
Binary 1110001 101101 111110 0 111100 101101 111000 101011001 101011 11111

Color Harmonies of #712D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D3E

Black with #712D3E

Text Example


Text Example

White with #712D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D3E; }

 p { color: rgb(113,45,62); }

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

background-color css

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

 a { background-color: rgb(113,45,62); }

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

border-color css

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

 span { border-color: rgb(113,45,62); }

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