#713044

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

Shades of Siren #713044

Tints of Siren #713044

Color information

#713044 (or 0x713044) is unknown color: approx Siren. HEX triplet: 71, 30 and 44. RGB value is (113,48,68). Sum of RGB (Red+Green+Blue) = 113+48+68=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713044 is #8ECFBB. Grayscale: #454545. Windows color (decimal): -9359292 or 4468849. OLE color: 4468849.

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

Color convert

RGB1134868-
CMYK00.580.400.56
HSL341.54º40.37%31.57%-
HSV(B)341.54º57.52%44.31%-
XYZ8.916.046.17-
YUV69.71127.03158.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=49.34%
G=20.96%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113486800.580.400.56341.5440.3731.57
Hex71304403A28381562820
Octal1616010407250705265040
Binary111000111000010001000111010101000111000101010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713044; }

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

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

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

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

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

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

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

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