#703048

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

Shades of Flirt #703048

Tints of Flirt #703048

Color information

#703048 (or 0x703048) is unknown color: approx Flirt. HEX triplet: 70, 30 and 48. RGB value is (112,48,72). Sum of RGB (Red+Green+Blue) = 112+48+72=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703048 is #8FCFB7. Grayscale: #454545. Windows color (decimal): -9424824 or 4730992. OLE color: 4730992.

HSL color Cylindrical-coordinate representation of color #703048: hue angle of 337.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703048 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1124872-
CMYK00.570.360.56
HSL337.5º40%31.37%-
HSV(B)337.5º57.14%43.92%-
XYZ8.916.036.82-
YUV69.87129.2158.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=48.28%
G=20.69%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112487200.570.360.56337.54031.37
Hex7030480392438152281f
Octal1606011007144705225037
Binary11100001100001001000011100110010011100010101001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703048; }

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

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

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

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

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

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

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

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