#70344B

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

Shades of Flirt #70344B

Tints of Flirt #70344B

Color information

#70344B (or 0x70344B) is unknown color: approx Flirt. HEX triplet: 70, 34 and 4B. RGB value is (112,52,75). Sum of RGB (Red+Green+Blue) = 112+52+75=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70344B is #8FCBB4. Grayscale: #484848. Windows color (decimal): -9423797 or 4928624. OLE color: 4928624.

HSL color Cylindrical-coordinate representation of color #70344B: hue angle of 337º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70344B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1125275-
CMYK00.540.330.56
HSL337º36.59%32.16%-
HSV(B)337º53.57%43.92%-
XYZ9.186.417.41-
YUV72.56129.38156.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=46.86%
G=21.76%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527500.540.330.5633736.5932.16
Hex70344B03621381512520
Octal1606411306641705214540
Binary111000011010010010110110110100001111000101010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,52,75); }

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

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

 a { background-color: rgb(112,52,75); }

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

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

 span { border-color: rgb(112,52,75); }

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