Html Css Color HEX #712D41 Siren

📋 copy color: '#712D41'

red 113 ◦ green 45 ◦ blue 65

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

Shades of Siren #712D41

Tints of Siren #712D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.15%

R = 50.67%
G = 20.18%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712D41 (or 0x712D41) is known color: Siren. HEX triplet: 71, 2D and 41. RGB value is (113,45,65). Sum of RGB (Red+Green+Blue) = 113+45+65=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D41 is #8ED2BE. Grayscale: #434343. Windows color (decimal): -9360063 or 4271473. OLE color: 4271473.

HSL color Cylindrical-coordinate representation of color #712D41: hue angle of 342.35º 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 #712D41 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 65 -
CMYK 0 0.60 0.42 0.56
HSL 342.35º 0.43% 0.31% -
HSV(B) 342.35º 0.6% 0.44% -
XYZ 8.7 5.77 5.66 -
YUV 67.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 113 45 65 0 0.60 0.42 0.56 342.35 0.43 0.31
Hex 71 2D 41 0 3C 2A 38 156 2B 1F
Octal 161 55 101 0 74 52 70 526 53 37
Binary 1110001 101101 1000001 0 111100 101010 111000 101010110 101011 11111

Color Harmonies of #712D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D41

Black with #712D41

Text Example


Text Example

White with #712D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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