Html Css Color HEX #703650 Flirt

📋 copy color: '#703650'

red 112 ◦ green 54 ◦ blue 80

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

Shades of Flirt #703650

Tints of Flirt #703650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 45.53%
G = 21.95%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#703650 (or 0x703650) is known color: Flirt. HEX triplet: 70, 36 and 50. RGB value is (112,54,80). Sum of RGB (Red+Green+Blue) = 112+54+80=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703650 is #8FC9AF. Grayscale: #4A4A4A. Windows color (decimal): -9423280 or 5256816. OLE color: 5256816.

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

Color convert

RGB 112 54 80 -
CMYK 0 0.52 0.29 0.56
HSL 333.1º 0.35% 0.33% -
HSV(B) 333.1º 0.52% 0.44% -
XYZ 9.45 6.66 8.38 -
YUV 74.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 112 54 80 0 0.52 0.29 0.56 333.1 0.35 0.33
Hex 70 36 50 0 34 1D 38 14D 23 21
Octal 160 66 120 0 64 35 70 515 43 41
Binary 1110000 110110 1010000 0 110100 11101 111000 101001101 100011 100001

Color Harmonies of #703650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703650

Black with #703650

Text Example


Text Example

White with #703650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703650; }

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

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

background-color css

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

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

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

border-color css

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

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

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