Html Css Color HEX #712E40 Siren

📋 copy color: '#712E40'

red 113 ◦ green 46 ◦ blue 64

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

Shades of Siren #712E40

Tints of Siren #712E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

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

R = 50.67%
G = 20.63%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#712E40 (or 0x712E40) is known color: Siren. HEX triplet: 71, 2E and 40. RGB value is (113,46,64). Sum of RGB (Red+Green+Blue) = 113+46+64=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E40 is #8ED1BF. Grayscale: #444444. Windows color (decimal): -9359808 or 4206193. OLE color: 4206193.

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

Color convert

RGB 113 46 64 -
CMYK 0 0.59 0.43 0.56
HSL 343.88º 0.42% 0.31% -
HSV(B) 343.88º 0.59% 0.44% -
XYZ 8.71 5.83 5.52 -
YUV 68.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 113 46 64 0 0.59 0.43 0.56 343.88 0.42 0.31
Hex 71 2E 40 0 3B 2B 38 158 2A 1F
Octal 161 56 100 0 73 53 70 530 52 37
Binary 1110001 101110 1000000 0 111011 101011 111000 101011000 101010 11111

Color Harmonies of #712E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E40

Black with #712E40

Text Example


Text Example

White with #712E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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