Html Css Color HEX #703651 Flirt

📋 copy color: '#703651'

red 112 ◦ green 54 ◦ blue 81

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

Shades of Flirt #703651

Tints of Flirt #703651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 45.34%
G = 21.86%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#703651 (or 0x703651) is known color: Flirt. HEX triplet: 70, 36 and 51. RGB value is (112,54,81). Sum of RGB (Red+Green+Blue) = 112+54+81=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703651 is #8FC9AE. Grayscale: #4A4A4A. Windows color (decimal): -9423279 or 5322352. OLE color: 5322352.

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

Color convert

RGB 112 54 81 -
CMYK 0 0.52 0.28 0.56
HSL 332.07º 0.35% 0.33% -
HSV(B) 332.07º 0.52% 0.44% -
XYZ 9.49 6.68 8.57 -
YUV 74.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 112 54 81 0 0.52 0.28 0.56 332.07 0.35 0.33
Hex 70 36 51 0 34 1C 38 14C 23 21
Octal 160 66 121 0 64 34 70 514 43 41
Binary 1110000 110110 1010001 0 110100 11100 111000 101001100 100011 100001

Color Harmonies of #703651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703651

Black with #703651

Text Example


Text Example

White with #703651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703651; }

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

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

background-color css

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

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

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

border-color css

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

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

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