Html Css Color HEX #702F4A Flirt

📋 copy color: '#702F4A'

red 112 ◦ green 47 ◦ blue 74

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

Shades of Flirt #702F4A

Tints of Flirt #702F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 48.07%
G = 20.17%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#702F4A (or 0x702F4A) is known color: Flirt. HEX triplet: 70, 2F and 4A. RGB value is (112,47,74). Sum of RGB (Red+Green+Blue) = 112+47+74=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F4A is #8FD0B5. Grayscale: #454545. Windows color (decimal): -9425078 or 4861808. OLE color: 4861808.

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

Color convert

RGB 112 47 74 -
CMYK 0 0.58 0.34 0.56
HSL 335.08º 0.41% 0.31% -
HSV(B) 335.08º 0.58% 0.44% -
XYZ 8.93 5.97 7.16 -
YUV 69.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 112 47 74 0 0.58 0.34 0.56 335.08 0.41 0.31
Hex 70 2F 4A 0 3A 22 38 14F 29 1F
Octal 160 57 112 0 72 42 70 517 51 37
Binary 1110000 101111 1001010 0 111010 100010 111000 101001111 101001 11111

Color Harmonies of #702F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F4A

Black with #702F4A

Text Example


Text Example

White with #702F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,74); }

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

background-color css

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

 a { background-color: rgb(112,47,74); }

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

border-color css

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

 span { border-color: rgb(112,47,74); }

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