#703255

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

Shades of Flirt #703255

Tints of Flirt #703255

Color information

#703255 (or 0x703255) is unknown color: approx Flirt. HEX triplet: 70, 32 and 55. RGB value is (112,50,85). Sum of RGB (Red+Green+Blue) = 112+50+85=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703255 is #8FCDAA. Grayscale: #484848. Windows color (decimal): -9424299 or 5583472. OLE color: 5583472.

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

Color convert

RGB1125085-
CMYK00.550.240.56
HSL326.13º38.27%31.76%-
HSV(B)326.13º55.36%43.92%-
XYZ9.466.389.33-
YUV72.53135.04156.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=45.34%
G=20.24%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112508500.550.240.56326.1338.2731.76
Hex70325503718381462620
Octal1606212506730705064640
Binary11100001100101010101011011111000111000101000110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703255; }

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

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

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

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

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

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

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

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