Html Css Color HEX #702E48 Flirt

📋 copy color: '#702E48'

red 112 ◦ green 46 ◦ blue 72

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

Shades of Flirt #702E48

Tints of Flirt #702E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

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

R = 48.7%
G = 20%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702E48 (or 0x702E48) is known color: Flirt. HEX triplet: 70, 2E and 48. RGB value is (112,46,72). Sum of RGB (Red+Green+Blue) = 112+46+72=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E48 is #8FD1B7. Grayscale: #444444. Windows color (decimal): -9425336 or 4730480. OLE color: 4730480.

HSL color Cylindrical-coordinate representation of color #702E48: hue angle of 336.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E48 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 46 72 -
CMYK 0 0.59 0.36 0.56
HSL 336.36º 0.42% 0.31% -
HSV(B) 336.36º 0.59% 0.44% -
XYZ 8.83 5.87 6.8 -
YUV 68.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 112 46 72 0 0.59 0.36 0.56 336.36 0.42 0.31
Hex 70 2E 48 0 3B 24 38 150 2A 1F
Octal 160 56 110 0 73 44 70 520 52 37
Binary 1110000 101110 1001000 0 111011 100100 111000 101010000 101010 11111

Color Harmonies of #702E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E48

Black with #702E48

Text Example


Text Example

White with #702E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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