#703248

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

Shades of Flirt #703248

Tints of Flirt #703248

Color information

#703248 (or 0x703248) is unknown color: approx Flirt. HEX triplet: 70, 32 and 48. RGB value is (112,50,72). Sum of RGB (Red+Green+Blue) = 112+50+72=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703248 is #8FCDB7. Grayscale: #474747. Windows color (decimal): -9424312 or 4731504. OLE color: 4731504.

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

Color convert

RGB1125072-
CMYK00.550.360.56
HSL338.71º38.27%31.76%-
HSV(B)338.71º55.36%43.92%-
XYZ8.996.196.85-
YUV71.05128.54157.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=47.86%
G=21.37%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507200.550.360.56338.7138.2731.76
Hex70324803724381532620
Octal1606211006744705234640
Binary111000011001010010000110111100100111000101010011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703248; }

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

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

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

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

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

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

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

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