#71293F

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

Shades of Siren #71293F

Tints of Siren #71293F

Color information

#71293F (or 0x71293F) is unknown color: approx Siren. HEX triplet: 71, 29 and 3F. RGB value is (113,41,63). Sum of RGB (Red+Green+Blue) = 113+41+63=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #71293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293F is #8ED6C0. Grayscale: #414141. Windows color (decimal): -9361089 or 4139377. OLE color: 4139377.

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

Color convert

RGB1134163-
CMYK00.640.440.56
HSL341.67º46.75%30.2%-
HSV(B)341.67º63.72%44.31%-
XYZ8.55.465.31-
YUV65.04126.85162.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 63 (25% from 255) = 29.03%
R=52.07%
G=18.89%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113416300.640.440.56341.6746.7530.2
Hex71293F0402C381562f1e
Octal1615177010054705265736
Binary11100011010011111110100000010110011100010101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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