Html Css Color HEX #703250 Flirt

📋 copy color: '#703250'

red 112 ◦ green 50 ◦ blue 80

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

Shades of Flirt #703250

Tints of Flirt #703250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 46.28%
G = 20.66%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#703250 (or 0x703250) is known color: Flirt. HEX triplet: 70, 32 and 50. RGB value is (112,50,80). Sum of RGB (Red+Green+Blue) = 112+50+80=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703250 is #8FCDAF. Grayscale: #474747. Windows color (decimal): -9424304 or 5255792. OLE color: 5255792.

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

Color convert

RGB 112 50 80 -
CMYK 0 0.55 0.29 0.56
HSL 330.97º 0.38% 0.32% -
HSV(B) 330.97º 0.55% 0.44% -
XYZ 9.27 6.31 8.32 -
YUV 71.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 112 50 80 0 0.55 0.29 0.56 330.97 0.38 0.32
Hex 70 32 50 0 37 1D 38 14B 26 20
Octal 160 62 120 0 67 35 70 513 46 40
Binary 1110000 110010 1010000 0 110111 11101 111000 101001011 100110 100000

Color Harmonies of #703250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703250

Black with #703250

Text Example


Text Example

White with #703250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703250; }

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

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

background-color css

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

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

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

border-color css

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

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

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