Html Css Color HEX #703555 Flirt

📋 copy color: '#703555'

red 112 ◦ green 53 ◦ blue 85

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

Shades of Flirt #703555

Tints of Flirt #703555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 44.8%
G = 21.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#703555 (or 0x703555) is known color: Flirt. HEX triplet: 70, 35 and 55. RGB value is (112,53,85). Sum of RGB (Red+Green+Blue) = 112+53+85=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703555 is #8FCAAA. Grayscale: #4A4A4A. Windows color (decimal): -9423531 or 5584240. OLE color: 5584240.

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

Color convert

RGB 112 53 85 -
CMYK 0 0.53 0.24 0.56
HSL 327.46º 0.36% 0.32% -
HSV(B) 327.46º 0.53% 0.44% -
XYZ 9.59 6.65 9.37 -
YUV 74.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 112 53 85 0 0.53 0.24 0.56 327.46 0.36 0.32
Hex 70 35 55 0 35 18 38 147 24 20
Octal 160 65 125 0 65 30 70 507 44 40
Binary 1110000 110101 1010101 0 110101 11000 111000 101000111 100100 100000

Color Harmonies of #703555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703555

Black with #703555

Text Example


Text Example

White with #703555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703555; }

 p { color: rgb(112,53,85); }

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

background-color css

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

 a { background-color: rgb(112,53,85); }

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

border-color css

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

 span { border-color: rgb(112,53,85); }

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