#702C41

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

Shades of Siren #702C41

Tints of Siren #702C41

Color information

#702C41 (or 0x702C41) is unknown color: approx Siren. HEX triplet: 70, 2C and 41. RGB value is (112,44,65). Sum of RGB (Red+Green+Blue) = 112+44+65=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C41 is #8FD3BE. Grayscale: #424242. Windows color (decimal): -9425855 or 4271216. OLE color: 4271216.

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

Color convert

RGB1124465-
CMYK00.610.420.56
HSL341.47º43.59%30.59%-
HSV(B)341.47º60.71%43.92%-
XYZ8.545.635.64-
YUV66.73127.03160.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=50.68%
G=19.91%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112446500.610.420.56341.4743.5930.59
Hex702C4103D2A381552c1f
Octal1605410107552705255437
Binary11100001011001000001011110110101011100010101010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,65); }

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

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

 a { background-color: rgb(112,44,65); }

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

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

 span { border-color: rgb(112,44,65); }

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