Html Css Color HEX #70294A Flirt

📋 copy color: '#70294A'

red 112 ◦ green 41 ◦ blue 74

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

Shades of Flirt #70294A

Tints of Flirt #70294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 49.34%
G = 18.06%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70294A (or 0x70294A) is known color: Flirt. HEX triplet: 70, 29 and 4A. RGB value is (112,41,74). Sum of RGB (Red+Green+Blue) = 112+41+74=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70294A is #8FD6B5. Grayscale: #414141. Windows color (decimal): -9426614 or 4860272. OLE color: 4860272.

HSL color Cylindrical-coordinate representation of color #70294A: hue angle of 332.11º 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 #70294A is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 74 -
CMYK 0 0.63 0.34 0.56
HSL 332.11º 0.46% 0.3% -
HSV(B) 332.11º 0.63% 0.44% -
XYZ 8.71 5.53 7.09 -
YUV 65.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 112 41 74 0 0.63 0.34 0.56 332.11 0.46 0.3
Hex 70 29 4A 0 3F 22 38 14C 2E 1E
Octal 160 51 112 0 77 42 70 514 56 36
Binary 1110000 101001 1001010 0 111111 100010 111000 101001100 101110 11110

Color Harmonies of #70294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70294A

Black with #70294A

Text Example


Text Example

White with #70294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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