Html Css Color HEX #702C49 Flirt

📋 copy color: '#702C49'

red 112 ◦ green 44 ◦ blue 73

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

Shades of Flirt #702C49

Tints of Flirt #702C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 73 (28.91% from 255) = 31.88%

R = 48.91%
G = 19.21%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#702C49 (or 0x702C49) is known color: Flirt. HEX triplet: 70, 2C and 49. RGB value is (112,44,73). Sum of RGB (Red+Green+Blue) = 112+44+73=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C49 is #8FD3B6. Grayscale: #434343. Windows color (decimal): -9425847 or 4795504. OLE color: 4795504.

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

Color convert

RGB 112 44 73 -
CMYK 0 0.61 0.35 0.56
HSL 334.41º 0.44% 0.31% -
HSV(B) 334.41º 0.61% 0.44% -
XYZ 8.79 5.73 6.95 -
YUV 67.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 112 44 73 0 0.61 0.35 0.56 334.41 0.44 0.31
Hex 70 2C 49 0 3D 23 38 14E 2C 1F
Octal 160 54 111 0 75 43 70 516 54 37
Binary 1110000 101100 1001001 0 111101 100011 111000 101001110 101100 11111

Color Harmonies of #702C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C49

Black with #702C49

Text Example


Text Example

White with #702C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,73); }

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

background-color css

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

 a { background-color: rgb(112,44,73); }

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

border-color css

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

 span { border-color: rgb(112,44,73); }

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