#703253

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

Shades of Flirt #703253

Tints of Flirt #703253

Color information

#703253 (or 0x703253) is unknown color: approx Flirt. HEX triplet: 70, 32 and 53. RGB value is (112,50,83). Sum of RGB (Red+Green+Blue) = 112+50+83=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703253 is #8FCDAC. Grayscale: #484848. Windows color (decimal): -9424301 or 5452400. OLE color: 5452400.

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

Color convert

RGB1125083-
CMYK00.550.260.56
HSL328.06º38.27%31.76%-
HSV(B)328.06º55.36%43.92%-
XYZ9.386.358.91-
YUV72.3134.04156.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=45.71%
G=20.41%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112508300.550.260.56328.0638.2731.76
Hex7032530371A381482620
Octal1606212306732705104640
Binary11100001100101010011011011111010111000101001000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703253; }

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

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

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

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

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

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

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

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