Html Css Color HEX #702B48 Flirt

📋 copy color: '#702B48'

red 112 ◦ green 43 ◦ blue 72

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

Shades of Flirt #702B48

Tints of Flirt #702B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 49.34%
G = 18.94%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702B48 (or 0x702B48) is known color: Flirt. HEX triplet: 70, 2B and 48. RGB value is (112,43,72). Sum of RGB (Red+Green+Blue) = 112+43+72=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B48 is #8FD4B7. Grayscale: #424242. Windows color (decimal): -9426104 or 4729712. OLE color: 4729712.

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

Color convert

RGB 112 43 72 -
CMYK 0 0.62 0.36 0.56
HSL 334.78º 0.45% 0.3% -
HSV(B) 334.78º 0.62% 0.44% -
XYZ 8.72 5.64 6.76 -
YUV 66.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 112 43 72 0 0.62 0.36 0.56 334.78 0.45 0.3
Hex 70 2B 48 0 3E 24 38 14F 2D 1E
Octal 160 53 110 0 76 44 70 517 55 36
Binary 1110000 101011 1001000 0 111110 100100 111000 101001111 101101 11110

Color Harmonies of #702B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B48

Black with #702B48

Text Example


Text Example

White with #702B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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