Html Css Color HEX #703553 Flirt

📋 copy color: '#703553'

red 112 ◦ green 53 ◦ blue 83

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

Shades of Flirt #703553

Tints of Flirt #703553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 45.16%
G = 21.37%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#703553 (or 0x703553) is known color: Flirt. HEX triplet: 70, 35 and 53. RGB value is (112,53,83). Sum of RGB (Red+Green+Blue) = 112+53+83=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703553 is #8FCAAC. Grayscale: #4A4A4A. Windows color (decimal): -9423533 or 5453168. OLE color: 5453168.

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

Color convert

RGB 112 53 83 -
CMYK 0 0.53 0.26 0.56
HSL 329.49º 0.36% 0.32% -
HSV(B) 329.49º 0.53% 0.44% -
XYZ 9.52 6.62 8.96 -
YUV 74.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 112 53 83 0 0.53 0.26 0.56 329.49 0.36 0.32
Hex 70 35 53 0 35 1A 38 149 24 20
Octal 160 65 123 0 65 32 70 511 44 40
Binary 1110000 110101 1010011 0 110101 11010 111000 101001001 100100 100000

Color Harmonies of #703553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703553

Black with #703553

Text Example


Text Example

White with #703553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703553; }

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

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

background-color css

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

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

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

border-color css

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

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

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