Html Css Color HEX #70324A Flirt

📋 copy color: '#70324A'

red 112 ◦ green 50 ◦ blue 74

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

Shades of Flirt #70324A

Tints of Flirt #70324A

RGB

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

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

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

R = 47.46%
G = 21.19%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70324A (or 0x70324A) is known color: Flirt. HEX triplet: 70, 32 and 4A. RGB value is (112,50,74). Sum of RGB (Red+Green+Blue) = 112+50+74=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70324A is #8FCDB5. Grayscale: #474747. Windows color (decimal): -9424310 or 4862576. OLE color: 4862576.

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

Color convert

RGB 112 50 74 -
CMYK 0 0.55 0.34 0.56
HSL 336.77º 0.38% 0.32% -
HSV(B) 336.77º 0.55% 0.44% -
XYZ 9.06 6.22 7.2 -
YUV 71.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 112 50 74 0 0.55 0.34 0.56 336.77 0.38 0.32
Hex 70 32 4A 0 37 22 38 151 26 20
Octal 160 62 112 0 67 42 70 521 46 40
Binary 1110000 110010 1001010 0 110111 100010 111000 101010001 100110 100000

Color Harmonies of #70324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70324A

Black with #70324A

Text Example


Text Example

White with #70324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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