#703148

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

Shades of Flirt #703148

Tints of Flirt #703148

Color information

#703148 (or 0x703148) is unknown color: approx Flirt. HEX triplet: 70, 31 and 48. RGB value is (112,49,72). Sum of RGB (Red+Green+Blue) = 112+49+72=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703148 is #8FCEB7. Grayscale: #464646. Windows color (decimal): -9424568 or 4731248. OLE color: 4731248.

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

Color convert

RGB1124972-
CMYK00.560.360.56
HSL338.1º39.13%31.57%-
HSV(B)338.1º56.25%43.92%-
XYZ8.956.116.84-
YUV70.46128.87157.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=48.07%
G=21.03%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112497200.560.360.56338.139.1331.57
Hex70314803824381522720
Octal1606111007044705224740
Binary111000011000110010000111000100100111000101010010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703148; }

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

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

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

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

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

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

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

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