#703247

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

Shades of Flirt #703247

Tints of Flirt #703247

Color information

#703247 (or 0x703247) is unknown color: approx Flirt. HEX triplet: 70, 32 and 47. RGB value is (112,50,71). Sum of RGB (Red+Green+Blue) = 112+50+71=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703247 is #8FCDB8. Grayscale: #464646. Windows color (decimal): -9424313 or 4665968. OLE color: 4665968.

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

Color convert

RGB1125071-
CMYK00.550.370.56
HSL339.68º38.27%31.76%-
HSV(B)339.68º55.36%43.92%-
XYZ8.966.186.68-
YUV70.93128.04157.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=48.07%
G=21.46%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507100.550.370.56339.6838.2731.76
Hex70324703725381542620
Octal1606210706745705244640
Binary111000011001010001110110111100101111000101010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703247; }

 p { color: rgb(112,50,71); }

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

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

 a { background-color: rgb(112,50,71); }

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

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

 span { border-color: rgb(112,50,71); }

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