#70253B

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

Shades of Siren #70253B

Tints of Siren #70253B

Color information

#70253B (or 0x70253B) is unknown color: approx Siren. HEX triplet: 70, 25 and 3B. RGB value is (112,37,59). Sum of RGB (Red+Green+Blue) = 112+37+59=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70253B is #8FDAC4. Grayscale: #3D3D3D. Windows color (decimal): -9427653 or 3876208. OLE color: 3876208.

HSL color Cylindrical-coordinate representation of color #70253B: hue angle of 342.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70253B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1123759-
CMYK00.670.470.56
HSL342.4º50.34%29.22%-
HSV(B)342.4º66.96%43.92%-
XYZ8.135.084.69-
YUV61.93126.35163.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=53.85%
G=17.79%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112375900.670.470.56342.450.3429.22
Hex70253B0432F38156321d
Octal1604573010357705266235
Binary11100001001011110110100001110111111100010101011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70253B; }

 p { color: rgb(112,37,59); }

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

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

 a { background-color: rgb(112,37,59); }

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

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

 span { border-color: rgb(112,37,59); }

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