Html Css Color HEX #703053 Flirt

📋 copy color: '#703053'

red 112 ◦ green 48 ◦ blue 83

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

Shades of Flirt #703053

Tints of Flirt #703053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 46.09%
G = 19.75%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#703053 (or 0x703053) is known color: Flirt. HEX triplet: 70, 30 and 53. RGB value is (112,48,83). Sum of RGB (Red+Green+Blue) = 112+48+83=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703053 is #8FCFAC. Grayscale: #474747. Windows color (decimal): -9424813 or 5451888. OLE color: 5451888.

HSL color Cylindrical-coordinate representation of color #703053: hue angle of 327.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703053 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 83 -
CMYK 0 0.57 0.26 0.56
HSL 327.19º 0.4% 0.31% -
HSV(B) 327.19º 0.57% 0.44% -
XYZ 9.3 6.18 8.89 -
YUV 71.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 112 48 83 0 0.57 0.26 0.56 327.19 0.4 0.31
Hex 70 30 53 0 39 1A 38 147 28 1F
Octal 160 60 123 0 71 32 70 507 50 37
Binary 1110000 110000 1010011 0 111001 11010 111000 101000111 101000 11111

Color Harmonies of #703053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703053

Black with #703053

Text Example


Text Example

White with #703053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703053; }

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

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

background-color css

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

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

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

border-color css

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

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

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