#702E40

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

Shades of Siren #702E40

Tints of Siren #702E40

Color information

#702E40 (or 0x702E40) is unknown color: approx Siren. HEX triplet: 70, 2E and 40. RGB value is (112,46,64). Sum of RGB (Red+Green+Blue) = 112+46+64=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #702E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E40 is #8FD1BF. Grayscale: #434343. Windows color (decimal): -9425344 or 4206192. OLE color: 4206192.

HSL color Cylindrical-coordinate representation of color #702E40: hue angle of 343.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E40 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1124664-
CMYK00.590.430.56
HSL343.64º41.77%30.98%-
HSV(B)343.64º58.93%43.92%-
XYZ8.585.775.51-
YUV67.79125.87159.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=50.45%
G=20.72%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112466400.590.430.56343.6441.7730.98
Hex702E4003B2B381582a1f
Octal1605610007353705305237
Binary11100001011101000000011101110101111100010101100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E40; }

 p { color: rgb(112,46,64); }

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

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

 a { background-color: rgb(112,46,64); }

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

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

 span { border-color: rgb(112,46,64); }

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