#713142

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

Shades of Siren #713142

Tints of Siren #713142

Color information

#713142 (or 0x713142) is unknown color: approx Siren. HEX triplet: 71, 31 and 42. RGB value is (113,49,66). Sum of RGB (Red+Green+Blue) = 113+49+66=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713142 is #8ECEBD. Grayscale: #464646. Windows color (decimal): -9359038 or 4338033. OLE color: 4338033.

HSL color Cylindrical-coordinate representation of color #713142: hue angle of 344.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713142 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1134966-
CMYK00.570.420.56
HSL344.06º39.51%31.76%-
HSV(B)344.06º56.64%44.31%-
XYZ8.896.15.86-
YUV70.07125.7158.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=49.56%
G=21.49%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113496600.570.420.56344.0639.5131.76
Hex7131420392A381582820
Octal1616110207152705305040
Binary111000111000110000100111001101010111000101011000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713142; }

 p { color: rgb(113,49,66); }

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

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

 a { background-color: rgb(113,49,66); }

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

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

 span { border-color: rgb(113,49,66); }

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