#70314C

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

Shades of Flirt #70314C

Tints of Flirt #70314C

Color information

#70314C (or 0x70314C) is unknown color: approx Flirt. HEX triplet: 70, 31 and 4C. RGB value is (112,49,76). Sum of RGB (Red+Green+Blue) = 112+49+76=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70314C is #8FCEB3. Grayscale: #464646. Windows color (decimal): -9424564 or 4993392. OLE color: 4993392.

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

Color convert

RGB1124976-
CMYK00.560.320.56
HSL334.29º39.13%31.57%-
HSV(B)334.29º56.25%43.92%-
XYZ9.086.167.55-
YUV70.91130.87157.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=47.26%
G=20.68%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112497600.560.320.56334.2939.1331.57
Hex70314C038203814e2720
Octal1606111407040705164740
Binary111000011000110011000111000100000111000101001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70314C; }

 p { color: rgb(112,49,76); }

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

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

 a { background-color: rgb(112,49,76); }

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

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

 span { border-color: rgb(112,49,76); }

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