#713343

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

Shades of Siren #713343

Tints of Siren #713343

Color information

#713343 (or 0x713343) is unknown color: approx Siren. HEX triplet: 71, 33 and 43. RGB value is (113,51,67). Sum of RGB (Red+Green+Blue) = 113+51+67=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713343 is #8ECCBC. Grayscale: #474747. Windows color (decimal): -9358525 or 4404081. OLE color: 4404081.

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

Color convert

RGB1135167-
CMYK00.550.410.56
HSL344.52º37.8%32.16%-
HSV(B)344.52º54.87%44.31%-
XYZ9.016.286.05-
YUV71.36125.54157.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=48.92%
G=22.08%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113516700.550.410.56344.5237.832.16
Hex71334303729381592620
Octal1616310306751705314640
Binary111000111001110000110110111101001111000101011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713343; }

 p { color: rgb(113,51,67); }

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

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

 a { background-color: rgb(113,51,67); }

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

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

 span { border-color: rgb(113,51,67); }

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