Html Css Color HEX #703050 Flirt

📋 copy color: '#703050'

red 112 ◦ green 48 ◦ blue 80

#703050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #703050

Tints of Flirt #703050

RGB

 RED value IS 112 (44.14% from 255) = 46.67%

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 46.67%
G = 20%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#703050 (or 0x703050) is known color: Flirt. HEX triplet: 70, 30 and 50. RGB value is (112,48,80). Sum of RGB (Red+Green+Blue) = 112+48+80=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703050 is #8FCFAF. Grayscale: #464646. Windows color (decimal): -9424816 or 5255280. OLE color: 5255280.

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

Color convert

RGB 112 48 80 -
CMYK 0 0.57 0.29 0.56
HSL 330º 0.4% 0.31% -
HSV(B) 330º 0.57% 0.44% -
XYZ 9.19 6.14 8.29 -
YUV 70.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 112 48 80 0 0.57 0.29 0.56 330 0.4 0.31
Hex 70 30 50 0 39 1D 38 14A 28 1F
Octal 160 60 120 0 71 35 70 512 50 37
Binary 1110000 110000 1010000 0 111001 11101 111000 101001010 101000 11111

Color Harmonies of #703050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703050

Black with #703050

Text Example


Text Example

White with #703050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703050; }

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

 H1.HeaderClassName
 {
   color: #703050;
 }
 .AnyTagClassName
 {
   color: #703050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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