Html Css Color HEX #702A4F Flirt

📋 copy color: '#702A4F'

red 112 ◦ green 42 ◦ blue 79

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

Shades of Flirt #702A4F

Tints of Flirt #702A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 48.07%
G = 18.03%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#702A4F (or 0x702A4F) is known color: Flirt. HEX triplet: 70, 2A and 4F. RGB value is (112,42,79). Sum of RGB (Red+Green+Blue) = 112+42+79=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A4F is #8FD5B0. Grayscale: #434343. Windows color (decimal): -9426353 or 5188208. OLE color: 5188208.

HSL color Cylindrical-coordinate representation of color #702A4F: hue angle of 328.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A4F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 79 -
CMYK 0 0.62 0.29 0.56
HSL 328.29º 0.45% 0.3% -
HSV(B) 328.29º 0.63% 0.44% -
XYZ 8.92 5.67 8.02 -
YUV 67.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 112 42 79 0 0.62 0.29 0.56 328.29 0.45 0.3
Hex 70 2A 4F 0 3E 1D 38 148 2D 1E
Octal 160 52 117 0 76 35 70 510 55 36
Binary 1110000 101010 1001111 0 111110 11101 111000 101001000 101101 11110

Color Harmonies of #702A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A4F

Black with #702A4F

Text Example


Text Example

White with #702A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A4F; }

 p { color: rgb(112,42,79); }

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

background-color css

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

 a { background-color: rgb(112,42,79); }

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

border-color css

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

 span { border-color: rgb(112,42,79); }

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