#703348

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

Shades of Flirt #703348

Tints of Flirt #703348

Color information

#703348 (or 0x703348) is unknown color: approx Flirt. HEX triplet: 70, 33 and 48. RGB value is (112,51,72). Sum of RGB (Red+Green+Blue) = 112+51+72=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703348 is #8FCCB7. Grayscale: #474747. Windows color (decimal): -9424056 or 4731760. OLE color: 4731760.

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

Color convert

RGB1125172-
CMYK00.540.360.56
HSL339.34º37.42%31.96%-
HSV(B)339.34º54.46%43.92%-
XYZ9.046.286.87-
YUV71.63128.21156.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=47.66%
G=21.70%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112517200.540.360.56339.3437.4231.96
Hex70334803624381532520
Octal1606311006644705234540
Binary111000011001110010000110110100100111000101010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703348; }

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

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

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

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

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

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

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

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