Html Css Color HEX #702F51 Flirt

📋 copy color: '#702F51'

red 112 ◦ green 47 ◦ blue 81

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

Shades of Flirt #702F51

Tints of Flirt #702F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 46.67%
G = 19.58%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#702F51 (or 0x702F51) is known color: Flirt. HEX triplet: 70, 2F and 51. RGB value is (112,47,81). Sum of RGB (Red+Green+Blue) = 112+47+81=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F51 is #8FD0AE. Grayscale: #464646. Windows color (decimal): -9425071 or 5320560. OLE color: 5320560.

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

Color convert

RGB 112 47 81 -
CMYK 0 0.58 0.28 0.56
HSL 328.62º 0.41% 0.31% -
HSV(B) 328.62º 0.58% 0.44% -
XYZ 9.18 6.07 8.47 -
YUV 70.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 112 47 81 0 0.58 0.28 0.56 328.62 0.41 0.31
Hex 70 2F 51 0 3A 1C 38 149 29 1F
Octal 160 57 121 0 72 34 70 511 51 37
Binary 1110000 101111 1010001 0 111010 11100 111000 101001001 101001 11111

Color Harmonies of #702F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F51

Black with #702F51

Text Example


Text Example

White with #702F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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