Html Css Color HEX #703047 Flirt

📋 copy color: '#703047'

red 112 ◦ green 48 ◦ blue 71

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

Shades of Flirt #703047

Tints of Flirt #703047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 48.48%
G = 20.78%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#703047 (or 0x703047) is known color: Flirt. HEX triplet: 70, 30 and 47. RGB value is (112,48,71). Sum of RGB (Red+Green+Blue) = 112+48+71=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703047 is #8FCFB8. Grayscale: #454545. Windows color (decimal): -9424825 or 4665456. OLE color: 4665456.

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

Color convert

RGB 112 48 71 -
CMYK 0 0.57 0.37 0.56
HSL 338.44º 0.4% 0.31% -
HSV(B) 338.44º 0.57% 0.44% -
XYZ 8.88 6.01 6.65 -
YUV 69.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 112 48 71 0 0.57 0.37 0.56 338.44 0.4 0.31
Hex 70 30 47 0 39 25 38 152 28 1F
Octal 160 60 107 0 71 45 70 522 50 37
Binary 1110000 110000 1000111 0 111001 100101 111000 101010010 101000 11111

Color Harmonies of #703047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703047

Black with #703047

Text Example


Text Example

White with #703047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703047; }

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

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

background-color css

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

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

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

border-color css

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

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

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