Html Css Color HEX #703151 Flirt

📋 copy color: '#703151'

red 112 ◦ green 49 ◦ blue 81

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

Shades of Flirt #703151

Tints of Flirt #703151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 46.28%
G = 20.25%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#703151 (or 0x703151) is known color: Flirt. HEX triplet: 70, 31 and 51. RGB value is (112,49,81). Sum of RGB (Red+Green+Blue) = 112+49+81=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703151 is #8FCEAE. Grayscale: #474747. Windows color (decimal): -9424559 or 5321072. OLE color: 5321072.

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

Color convert

RGB 112 49 81 -
CMYK 0 0.56 0.28 0.56
HSL 329.52º 0.39% 0.32% -
HSV(B) 329.52º 0.56% 0.44% -
XYZ 9.27 6.24 8.5 -
YUV 71.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 112 49 81 0 0.56 0.28 0.56 329.52 0.39 0.32
Hex 70 31 51 0 38 1C 38 14A 27 20
Octal 160 61 121 0 70 34 70 512 47 40
Binary 1110000 110001 1010001 0 111000 11100 111000 101001010 100111 100000

Color Harmonies of #703151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703151

Black with #703151

Text Example


Text Example

White with #703151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703151; }

 p { color: rgb(112,49,81); }

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

background-color css

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

 a { background-color: rgb(112,49,81); }

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

border-color css

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

 span { border-color: rgb(112,49,81); }

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