Html Css Color HEX #703350 Flirt

📋 copy color: '#703350'

red 112 ◦ green 51 ◦ blue 80

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

Shades of Flirt #703350

Tints of Flirt #703350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

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

R = 46.09%
G = 20.99%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#703350 (or 0x703350) is known color: Flirt. HEX triplet: 70, 33 and 50. RGB value is (112,51,80). Sum of RGB (Red+Green+Blue) = 112+51+80=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703350 is #8FCCAF. Grayscale: #484848. Windows color (decimal): -9424048 or 5256048. OLE color: 5256048.

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

Color convert

RGB 112 51 80 -
CMYK 0 0.54 0.29 0.56
HSL 331.48º 0.37% 0.32% -
HSV(B) 331.48º 0.54% 0.44% -
XYZ 9.31 6.39 8.33 -
YUV 72.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 112 51 80 0 0.54 0.29 0.56 331.48 0.37 0.32
Hex 70 33 50 0 36 1D 38 14B 25 20
Octal 160 63 120 0 66 35 70 513 45 40
Binary 1110000 110011 1010000 0 110110 11101 111000 101001011 100101 100000

Color Harmonies of #703350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703350

Black with #703350

Text Example


Text Example

White with #703350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703350; }

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

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

background-color css

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

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

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

border-color css

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

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

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