#702640

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

Shades of Siren #702640

Tints of Siren #702640

Color information

#702640 (or 0x702640) is unknown color: approx Siren. HEX triplet: 70, 26 and 40. RGB value is (112,38,64). Sum of RGB (Red+Green+Blue) = 112+38+64=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702640 is #8FD9BF. Grayscale: #3F3F3F. Windows color (decimal): -9427392 or 4204144. OLE color: 4204144.

HSL color Cylindrical-coordinate representation of color #702640: hue angle of 338.92º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702640 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1123864-
CMYK00.660.430.56
HSL338.92º49.33%29.41%-
HSV(B)338.92º66.07%43.92%-
XYZ8.35.25.42-
YUV63.09128.52162.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=52.34%
G=17.76%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112386400.660.430.56338.9249.3329.41
Hex7026400422B38153311d
Octal16046100010253705236135
Binary111000010011010000000100001010101111100010101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702640; }

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

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

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

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

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

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

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

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