Html Css Color HEX #702946 Flirt

📋 copy color: '#702946'

red 112 ◦ green 41 ◦ blue 70

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

Shades of Flirt #702946

Tints of Flirt #702946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 50.22%
G = 18.39%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702946 (or 0x702946) is known color: Flirt. HEX triplet: 70, 29 and 46. RGB value is (112,41,70). Sum of RGB (Red+Green+Blue) = 112+41+70=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #702946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702946 is #8FD6B9. Grayscale: #414141. Windows color (decimal): -9426618 or 4598128. OLE color: 4598128.

HSL color Cylindrical-coordinate representation of color #702946: hue angle of 335.49º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702946 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 70 -
CMYK 0 0.63 0.38 0.56
HSL 335.49º 0.46% 0.3% -
HSV(B) 335.49º 0.63% 0.44% -
XYZ 8.58 5.47 6.4 -
YUV 65.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 112 41 70 0 0.63 0.38 0.56 335.49 0.46 0.3
Hex 70 29 46 0 3F 26 38 14F 2E 1E
Octal 160 51 106 0 77 46 70 517 56 36
Binary 1110000 101001 1000110 0 111111 100110 111000 101001111 101110 11110

Color Harmonies of #702946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702946

Black with #702946

Text Example


Text Example

White with #702946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702946; }

 p { color: rgb(112,41,70); }

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

background-color css

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

 a { background-color: rgb(112,41,70); }

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

border-color css

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

 span { border-color: rgb(112,41,70); }

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