#713344

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

Shades of Siren #713344

Tints of Siren #713344

Color information

#713344 (or 0x713344) is unknown color: approx Siren. HEX triplet: 71, 33 and 44. RGB value is (113,51,68). Sum of RGB (Red+Green+Blue) = 113+51+68=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713344 is #8ECCBB. Grayscale: #474747. Windows color (decimal): -9358524 or 4469617. OLE color: 4469617.

HSL color Cylindrical-coordinate representation of color #713344: hue angle of 343.55º 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 #713344 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1135168-
CMYK00.550.400.56
HSL343.55º37.8%32.16%-
HSV(B)343.55º54.87%44.31%-
XYZ9.046.36.21-
YUV71.48126.04157.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=48.71%
G=21.98%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113516800.550.400.56343.5537.832.16
Hex71334403728381582620
Octal1616310406750705304640
Binary111000111001110001000110111101000111000101011000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713344; }

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

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

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

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

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

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

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

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