Html Css Color HEX #70294D Flirt

📋 copy color: '#70294D'

red 112 ◦ green 41 ◦ blue 77

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

Shades of Flirt #70294D

Tints of Flirt #70294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 48.7%
G = 17.83%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70294D (or 0x70294D) is known color: Flirt. HEX triplet: 70, 29 and 4D. RGB value is (112,41,77). Sum of RGB (Red+Green+Blue) = 112+41+77=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294D is #8FD6B2. Grayscale: #424242. Windows color (decimal): -9426611 or 5056880. OLE color: 5056880.

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

Color convert

RGB 112 41 77 -
CMYK 0 0.63 0.31 0.56
HSL 329.58º 0.46% 0.3% -
HSV(B) 329.58º 0.63% 0.44% -
XYZ 8.81 5.57 7.63 -
YUV 66.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 112 41 77 0 0.63 0.31 0.56 329.58 0.46 0.3
Hex 70 29 4D 0 3F 1F 38 14A 2E 1E
Octal 160 51 115 0 77 37 70 512 56 36
Binary 1110000 101001 1001101 0 111111 11111 111000 101001010 101110 11110

Color Harmonies of #70294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70294D

Black with #70294D

Text Example


Text Example

White with #70294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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