Html Css Color HEX #703654 Flirt

📋 copy color: '#703654'

red 112 ◦ green 54 ◦ blue 84

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

Shades of Flirt #703654

Tints of Flirt #703654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 44.8%
G = 21.6%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#703654 (or 0x703654) is known color: Flirt. HEX triplet: 70, 36 and 54. RGB value is (112,54,84). Sum of RGB (Red+Green+Blue) = 112+54+84=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703654 is #8FC9AB. Grayscale: #4A4A4A. Windows color (decimal): -9423276 or 5518960. OLE color: 5518960.

HSL color Cylindrical-coordinate representation of color #703654: hue angle of 328.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703654 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 84 -
CMYK 0 0.52 0.25 0.56
HSL 328.97º 0.35% 0.33% -
HSV(B) 328.97º 0.52% 0.44% -
XYZ 9.6 6.72 9.18 -
YUV 74.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 112 54 84 0 0.52 0.25 0.56 328.97 0.35 0.33
Hex 70 36 54 0 34 19 38 149 23 21
Octal 160 66 124 0 64 31 70 511 43 41
Binary 1110000 110110 1010100 0 110100 11001 111000 101001001 100011 100001

Color Harmonies of #703654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703654

Black with #703654

Text Example


Text Example

White with #703654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703654; }

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

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

background-color css

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

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

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

border-color css

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

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

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