Html Css Color HEX #702F47 Flirt

📋 copy color: '#702F47'

red 112 ◦ green 47 ◦ blue 71

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

Shades of Flirt #702F47

Tints of Flirt #702F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

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

R = 48.7%
G = 20.43%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702F47 (or 0x702F47) is known color: Flirt. HEX triplet: 70, 2F and 47. RGB value is (112,47,71). Sum of RGB (Red+Green+Blue) = 112+47+71=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F47 is #8FD0B8. Grayscale: #454545. Windows color (decimal): -9425081 or 4665200. OLE color: 4665200.

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

Color convert

RGB 112 47 71 -
CMYK 0 0.58 0.37 0.56
HSL 337.85º 0.41% 0.31% -
HSV(B) 337.85º 0.58% 0.44% -
XYZ 8.84 5.93 6.64 -
YUV 69.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 112 47 71 0 0.58 0.37 0.56 337.85 0.41 0.31
Hex 70 2F 47 0 3A 25 38 152 29 1F
Octal 160 57 107 0 72 45 70 522 51 37
Binary 1110000 101111 1000111 0 111010 100101 111000 101010010 101001 11111

Color Harmonies of #702F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F47

Black with #702F47

Text Example


Text Example

White with #702F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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