#712B3B

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

Shades of Siren #712B3B

Tints of Siren #712B3B

Color information

#712B3B (or 0x712B3B) is unknown color: approx Siren. HEX triplet: 71, 2B and 3B. RGB value is (113,43,59). Sum of RGB (Red+Green+Blue) = 113+43+59=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B3B is #8ED4C4. Grayscale: #414141. Windows color (decimal): -9360581 or 3877745. OLE color: 3877745.

HSL color Cylindrical-coordinate representation of color #712B3B: hue angle of 346.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712B3B is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1134359-
CMYK00.620.480.56
HSL346.29º44.87%30.59%-
HSV(B)346.29º61.95%44.31%-
XYZ8.465.554.76-
YUV65.75124.19161.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=52.56%
G=20%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113435900.620.480.56346.2944.8730.59
Hex712B3B03E303815a2d1f
Octal161537307660705325537
Binary1110001101011111011011111011000011100010101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,59); }

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

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

 a { background-color: rgb(113,43,59); }

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

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

 span { border-color: rgb(113,43,59); }

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