#712540

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

Shades of Siren #712540

Tints of Siren #712540

Color information

#712540 (or 0x712540) is unknown color: approx Siren. HEX triplet: 71, 25 and 40. RGB value is (113,37,64). Sum of RGB (Red+Green+Blue) = 113+37+64=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #712540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712540 is #8EDABF. Grayscale: #3E3E3E. Windows color (decimal): -9362112 or 4203889. OLE color: 4203889.

HSL color Cylindrical-coordinate representation of color #712540: hue angle of 338.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712540 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1133764-
CMYK00.670.430.56
HSL338.68º50.67%29.41%-
HSV(B)338.68º67.26%44.31%-
XYZ8.45.25.41-
YUV62.8128.68163.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=52.80%
G=17.29%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113376400.670.430.56338.6850.6729.41
Hex7125400432B38153331d
Octal16145100010353705236335
Binary111000110010110000000100001110101111100010101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712540; }

 p { color: rgb(113,37,64); }

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

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

 a { background-color: rgb(113,37,64); }

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

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

 span { border-color: rgb(113,37,64); }

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