Html Css Color HEX #70314D Flirt

📋 copy color: '#70314D'

red 112 ◦ green 49 ◦ blue 77

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

Shades of Flirt #70314D

Tints of Flirt #70314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 47.06%
G = 20.59%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70314D (or 0x70314D) is known color: Flirt. HEX triplet: 70, 31 and 4D. RGB value is (112,49,77). Sum of RGB (Red+Green+Blue) = 112+49+77=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70314D is #8FCEB2. Grayscale: #464646. Windows color (decimal): -9424563 or 5058928. OLE color: 5058928.

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

Color convert

RGB 112 49 77 -
CMYK 0 0.56 0.31 0.56
HSL 333.33º 0.39% 0.32% -
HSV(B) 333.33º 0.56% 0.44% -
XYZ 9.12 6.18 7.73 -
YUV 71.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 112 49 77 0 0.56 0.31 0.56 333.33 0.39 0.32
Hex 70 31 4D 0 38 1F 38 14D 27 20
Octal 160 61 115 0 70 37 70 515 47 40
Binary 1110000 110001 1001101 0 111000 11111 111000 101001101 100111 100000

Color Harmonies of #70314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70314D

Black with #70314D

Text Example


Text Example

White with #70314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70314D; }

 p { color: rgb(112,49,77); }

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

background-color css

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

 a { background-color: rgb(112,49,77); }

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

border-color css

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

 span { border-color: rgb(112,49,77); }

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