#70384E

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

Shades of Flirt #70384E

Tints of Flirt #70384E

Color information

#70384E (or 0x70384E) is unknown color: approx Flirt. HEX triplet: 70, 38 and 4E. RGB value is (112,56,78). Sum of RGB (Red+Green+Blue) = 112+56+78=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70384E is #8FC7B1. Grayscale: #4B4B4B. Windows color (decimal): -9422770 or 5126256. OLE color: 5126256.

HSL color Cylindrical-coordinate representation of color #70384E: hue angle of 336.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70384E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1125678-
CMYK00.500.300.56
HSL336.43º33.33%32.94%-
HSV(B)336.43º50%43.92%-
XYZ9.476.828.03-
YUV75.25129.55154.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=45.53%
G=22.76%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112567800.500.300.56336.4333.3332.94
Hex70384E0321E381502121
Octal1607011606236705204141
Binary11100001110001001110011001011110111000101010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70384E; }

 p { color: rgb(112,56,78); }

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

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

 a { background-color: rgb(112,56,78); }

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

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

 span { border-color: rgb(112,56,78); }

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