Html Css Color HEX #703251 Flirt

📋 copy color: '#703251'

red 112 ◦ green 50 ◦ blue 81

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

Shades of Flirt #703251

Tints of Flirt #703251

RGB

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

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

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

R = 46.09%
G = 20.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#703251 (or 0x703251) is known color: Flirt. HEX triplet: 70, 32 and 51. RGB value is (112,50,81). Sum of RGB (Red+Green+Blue) = 112+50+81=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703251 is #8FCDAE. Grayscale: #484848. Windows color (decimal): -9424303 or 5321328. OLE color: 5321328.

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

Color convert

RGB 112 50 81 -
CMYK 0 0.55 0.28 0.56
HSL 330º 0.38% 0.32% -
HSV(B) 330º 0.55% 0.44% -
XYZ 9.31 6.32 8.51 -
YUV 72.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 112 50 81 0 0.55 0.28 0.56 330 0.38 0.32
Hex 70 32 51 0 37 1C 38 14A 26 20
Octal 160 62 121 0 67 34 70 512 46 40
Binary 1110000 110010 1010001 0 110111 11100 111000 101001010 100110 100000

Color Harmonies of #703251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703251

Black with #703251

Text Example


Text Example

White with #703251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703251; }

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

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

background-color css

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

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

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

border-color css

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

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

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