Html Css Color HEX #702B46 Flirt

📋 copy color: '#702B46'

red 112 ◦ green 43 ◦ blue 70

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

Shades of Flirt #702B46

Tints of Flirt #702B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

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

R = 49.78%
G = 19.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702B46 (or 0x702B46) is known color: Flirt. HEX triplet: 70, 2B and 46. RGB value is (112,43,70). Sum of RGB (Red+Green+Blue) = 112+43+70=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #702B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B46 is #8FD4B9. Grayscale: #424242. Windows color (decimal): -9426106 or 4598640. OLE color: 4598640.

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

Color convert

RGB 112 43 70 -
CMYK 0 0.62 0.38 0.56
HSL 336.52º 0.45% 0.3% -
HSV(B) 336.52º 0.62% 0.44% -
XYZ 8.65 5.61 6.42 -
YUV 66.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 112 43 70 0 0.62 0.38 0.56 336.52 0.45 0.3
Hex 70 2B 46 0 3E 26 38 151 2D 1E
Octal 160 53 106 0 76 46 70 521 55 36
Binary 1110000 101011 1000110 0 111110 100110 111000 101010001 101101 11110

Color Harmonies of #702B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B46

Black with #702B46

Text Example


Text Example

White with #702B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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