Html Css Color HEX #702C47 Flirt

📋 copy color: '#702C47'

red 112 ◦ green 44 ◦ blue 71

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

Shades of Flirt #702C47

Tints of Flirt #702C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 49.34%
G = 19.38%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702C47 (or 0x702C47) is known color: Flirt. HEX triplet: 70, 2C and 47. RGB value is (112,44,71). Sum of RGB (Red+Green+Blue) = 112+44+71=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C47 is #8FD3B8. Grayscale: #434343. Windows color (decimal): -9425849 or 4664432. OLE color: 4664432.

HSL color Cylindrical-coordinate representation of color #702C47: hue angle of 336.18º 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 #702C47 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 71 -
CMYK 0 0.61 0.37 0.56
HSL 336.18º 0.44% 0.31% -
HSV(B) 336.18º 0.61% 0.44% -
XYZ 8.72 5.7 6.6 -
YUV 67.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 112 44 71 0 0.61 0.37 0.56 336.18 0.44 0.31
Hex 70 2C 47 0 3D 25 38 150 2C 1F
Octal 160 54 107 0 75 45 70 520 54 37
Binary 1110000 101100 1000111 0 111101 100101 111000 101010000 101100 11111

Color Harmonies of #702C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C47

Black with #702C47

Text Example


Text Example

White with #702C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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