Html Css Color HEX #703255 Flirt

📋 copy color: '#703255'

red 112 ◦ green 50 ◦ blue 85

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

Shades of Flirt #703255

Tints of Flirt #703255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 45.34%
G = 20.24%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#703255 (or 0x703255) is known color: Flirt. HEX triplet: 70, 32 and 55. RGB value is (112,50,85). Sum of RGB (Red+Green+Blue) = 112+50+85=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703255 is #8FCDAA. Grayscale: #484848. Windows color (decimal): -9424299 or 5583472. OLE color: 5583472.

HSL color Cylindrical-coordinate representation of color #703255: hue angle of 326.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703255 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 85 -
CMYK 0 0.55 0.24 0.56
HSL 326.13º 0.38% 0.32% -
HSV(B) 326.13º 0.55% 0.44% -
XYZ 9.46 6.38 9.33 -
YUV 72.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 112 50 85 0 0.55 0.24 0.56 326.13 0.38 0.32
Hex 70 32 55 0 37 18 38 146 26 20
Octal 160 62 125 0 67 30 70 506 46 40
Binary 1110000 110010 1010101 0 110111 11000 111000 101000110 100110 100000

Color Harmonies of #703255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703255

Black with #703255

Text Example


Text Example

White with #703255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703255; }

 p { color: rgb(112,50,85); }

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

background-color css

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

 a { background-color: rgb(112,50,85); }

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

border-color css

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

 span { border-color: rgb(112,50,85); }

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