#712A3A

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

Shades of Siren #712A3A

Tints of Siren #712A3A

Color information

#712A3A (or 0x712A3A) is unknown color: approx Siren. HEX triplet: 71, 2A and 3A. RGB value is (113,42,58). Sum of RGB (Red+Green+Blue) = 113+42+58=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #712A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A3A is #8ED5C5. Grayscale: #414141. Windows color (decimal): -9360838 or 3811953. OLE color: 3811953.

HSL color Cylindrical-coordinate representation of color #712A3A: hue angle of 346.48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A3A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1134258-
CMYK00.630.490.56
HSL346.48º45.81%30.39%-
HSV(B)346.48º62.83%44.31%-
XYZ8.45.474.62-
YUV65.05124.02162.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=53.05%
G=19.72%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113425800.630.490.56346.4845.8130.39
Hex712A3A03F313815a2e1e
Octal161527207761705325636
Binary1110001101010111010011111111000111100010101101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A3A; }

 p { color: rgb(113,42,58); }

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

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

 a { background-color: rgb(113,42,58); }

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

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

 span { border-color: rgb(113,42,58); }

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