#703250

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

Shades of Flirt #703250

Tints of Flirt #703250

Color information

#703250 (or 0x703250) is unknown color: approx Flirt. HEX triplet: 70, 32 and 50. RGB value is (112,50,80). Sum of RGB (Red+Green+Blue) = 112+50+80=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703250 is #8FCDAF. Grayscale: #474747. Windows color (decimal): -9424304 or 5255792. OLE color: 5255792.

HSL color Cylindrical-coordinate representation of color #703250: hue angle of 330.97º 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 #703250 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1125080-
CMYK00.550.290.56
HSL330.97º38.27%31.76%-
HSV(B)330.97º55.36%43.92%-
XYZ9.276.318.32-
YUV71.96132.54156.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=46.28%
G=20.66%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112508000.550.290.56330.9738.2731.76
Hex7032500371D3814b2620
Octal1606212006735705134640
Binary11100001100101010000011011111101111000101001011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703250; }

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

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

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

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

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

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

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

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