Html Css Color HEX #702F53 Flirt

📋 copy color: '#702F53'

red 112 ◦ green 47 ◦ blue 83

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

Shades of Flirt #702F53

Tints of Flirt #702F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 46.28%
G = 19.42%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702F53 (or 0x702F53) is known color: Flirt. HEX triplet: 70, 2F and 53. RGB value is (112,47,83). Sum of RGB (Red+Green+Blue) = 112+47+83=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F53 is #8FD0AC. Grayscale: #464646. Windows color (decimal): -9425069 or 5451632. OLE color: 5451632.

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

Color convert

RGB 112 47 83 -
CMYK 0 0.58 0.26 0.56
HSL 326.77º 0.41% 0.31% -
HSV(B) 326.77º 0.58% 0.44% -
XYZ 9.26 6.1 8.87 -
YUV 70.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 112 47 83 0 0.58 0.26 0.56 326.77 0.41 0.31
Hex 70 2F 53 0 3A 1A 38 147 29 1F
Octal 160 57 123 0 72 32 70 507 51 37
Binary 1110000 101111 1010011 0 111010 11010 111000 101000111 101001 11111

Color Harmonies of #702F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F53

Black with #702F53

Text Example


Text Example

White with #702F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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