#722D3D

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

Shades of Siren #722D3D

Tints of Siren #722D3D

Color information

#722D3D (or 0x722D3D) is unknown color: approx Siren. HEX triplet: 72, 2D and 3D. RGB value is (114,45,61). Sum of RGB (Red+Green+Blue) = 114+45+61=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #722D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D3D is #8DD2C2. Grayscale: #434343. Windows color (decimal): -9294531 or 4009330. OLE color: 4009330.

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

Color convert

RGB1144561-
CMYK00.610.460.55
HSL346.09º43.4%31.18%-
HSV(B)346.09º60.53%44.71%-
XYZ8.725.795.07-
YUV67.46124.36161.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=51.82%
G=20.45%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114456100.610.460.55346.0943.431.18
Hex722D3D03D2E3715a2b1f
Octal162557507556675325337
Binary1110010101101111101011110110111011011110101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,61); }

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

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

 a { background-color: rgb(114,45,61); }

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

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

 span { border-color: rgb(114,45,61); }

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