Html Css Color HEX #703653 Flirt

📋 copy color: '#703653'

red 112 ◦ green 54 ◦ blue 83

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

Shades of Flirt #703653

Tints of Flirt #703653

RGB

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

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

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

R = 44.98%
G = 21.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#703653 (or 0x703653) is known color: Flirt. HEX triplet: 70, 36 and 53. RGB value is (112,54,83). Sum of RGB (Red+Green+Blue) = 112+54+83=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703653 is #8FC9AC. Grayscale: #4A4A4A. Windows color (decimal): -9423277 or 5453424. OLE color: 5453424.

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

Color convert

RGB 112 54 83 -
CMYK 0 0.52 0.26 0.56
HSL 330º 0.35% 0.33% -
HSV(B) 330º 0.52% 0.44% -
XYZ 9.56 6.71 8.97 -
YUV 74.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 112 54 83 0 0.52 0.26 0.56 330 0.35 0.33
Hex 70 36 53 0 34 1A 38 14A 23 21
Octal 160 66 123 0 64 32 70 512 43 41
Binary 1110000 110110 1010011 0 110100 11010 111000 101001010 100011 100001

Color Harmonies of #703653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703653

Black with #703653

Text Example


Text Example

White with #703653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703653; }

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

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

background-color css

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

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

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

border-color css

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

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

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