Html Css Color HEX #702956 Flirt

📋 copy color: '#702956'

red 112 ◦ green 41 ◦ blue 86

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

Shades of Flirt #702956

Tints of Flirt #702956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 46.86%
G = 17.15%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#702956 (or 0x702956) is known color: Flirt. HEX triplet: 70, 29 and 56. RGB value is (112,41,86). Sum of RGB (Red+Green+Blue) = 112+41+86=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #702956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702956 is #8FD6A9. Grayscale: #434343. Windows color (decimal): -9426602 or 5646704. OLE color: 5646704.

HSL color Cylindrical-coordinate representation of color #702956: hue angle of 321.97º 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 #702956 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 86 -
CMYK 0 0.63 0.23 0.56
HSL 321.97º 0.46% 0.3% -
HSV(B) 321.97º 0.63% 0.44% -
XYZ 9.15 5.7 9.42 -
YUV 67.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 112 41 86 0 0.63 0.23 0.56 321.97 0.46 0.3
Hex 70 29 56 0 3F 17 38 142 2E 1E
Octal 160 51 126 0 77 27 70 502 56 36
Binary 1110000 101001 1010110 0 111111 10111 111000 101000010 101110 11110

Color Harmonies of #702956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702956

Black with #702956

Text Example


Text Example

White with #702956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702956; }

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

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

background-color css

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

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

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

border-color css

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

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

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