#713043

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

Shades of Siren #713043

Tints of Siren #713043

Color information

#713043 (or 0x713043) is unknown color: approx Siren. HEX triplet: 71, 30 and 43. RGB value is (113,48,67). Sum of RGB (Red+Green+Blue) = 113+48+67=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713043 is #8ECFBC. Grayscale: #454545. Windows color (decimal): -9359293 or 4403313. OLE color: 4403313.

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

Color convert

RGB1134867-
CMYK00.580.410.56
HSL342.46º40.37%31.57%-
HSV(B)342.46º57.52%44.31%-
XYZ8.886.036.01-
YUV69.6126.53158.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=49.56%
G=21.05%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113486700.580.410.56342.4640.3731.57
Hex71304303A29381562820
Octal1616010307251705265040
Binary111000111000010000110111010101001111000101010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713043; }

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

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

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

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

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

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

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

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