Html Css Color HEX #703554 Flirt

📋 copy color: '#703554'

red 112 ◦ green 53 ◦ blue 84

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

Shades of Flirt #703554

Tints of Flirt #703554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 44.98%
G = 21.29%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#703554 (or 0x703554) is known color: Flirt. HEX triplet: 70, 35 and 54. RGB value is (112,53,84). Sum of RGB (Red+Green+Blue) = 112+53+84=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703554 is #8FCAAB. Grayscale: #4A4A4A. Windows color (decimal): -9423532 or 5518704. OLE color: 5518704.

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

Color convert

RGB 112 53 84 -
CMYK 0 0.53 0.25 0.56
HSL 328.47º 0.36% 0.32% -
HSV(B) 328.47º 0.53% 0.44% -
XYZ 9.56 6.63 9.16 -
YUV 74.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 112 53 84 0 0.53 0.25 0.56 328.47 0.36 0.32
Hex 70 35 54 0 35 19 38 148 24 20
Octal 160 65 124 0 65 31 70 510 44 40
Binary 1110000 110101 1010100 0 110101 11001 111000 101001000 100100 100000

Color Harmonies of #703554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703554

Black with #703554

Text Example


Text Example

White with #703554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703554; }

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

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

background-color css

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

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

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

border-color css

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

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

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