#71293D

Color #71293D Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #71293D

Tints of Siren #71293D

Color information

#71293D (or 0x71293D) is unknown color: approx Siren. HEX triplet: 71, 29 and 3D. RGB value is (113,41,61). Sum of RGB (Red+Green+Blue) = 113+41+61=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293D is #8ED6C2. Grayscale: #404040. Windows color (decimal): -9361091 or 4008305. OLE color: 4008305.

HSL color Cylindrical-coordinate representation of color #71293D: hue angle of 343.33º 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 #71293D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1134161-
CMYK00.640.460.56
HSL343.33º46.75%30.2%-
HSV(B)343.33º63.72%44.31%-
XYZ8.455.435.02-
YUV64.81125.85162.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=52.56%
G=19.07%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113416100.640.460.56343.3346.7530.2
Hex71293D0402E381572f1e
Octal1615175010056705275736
Binary11100011010011111010100000010111011100010101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71293D; }

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

 H1.HeaderClassName
 {
   color: #71293D;
 }
 .AnyTagClassName
 {
   color: #71293D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #71293D;
 }
 .BgClassName
 {
   background-color: #71293D;
 }
</style>
border-color css

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

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

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