#722B42

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

Shades of Siren #722B42

Tints of Siren #722B42

Color information

#722B42 (or 0x722B42) is unknown color: approx Siren. HEX triplet: 72, 2B and 42. RGB value is (114,43,66). Sum of RGB (Red+Green+Blue) = 114+43+66=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #722B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B42 is #8DD4BD. Grayscale: #424242. Windows color (decimal): -9295038 or 4336498. OLE color: 4336498.

HSL color Cylindrical-coordinate representation of color #722B42: hue angle of 340.56º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B42 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1144366-
CMYK00.620.420.55
HSL340.56º45.22%30.78%-
HSV(B)340.56º62.28%44.71%-
XYZ8.795.75.79-
YUV66.85127.52161.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=51.12%
G=19.28%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114436600.620.420.55340.5645.2230.78
Hex722B4203E2A371552d1f
Octal1625310207652675255537
Binary11100101010111000010011111010101011011110101010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722B42; }

 p { color: rgb(114,43,66); }

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

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

 a { background-color: rgb(114,43,66); }

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

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

 span { border-color: rgb(114,43,66); }

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