Html Css Color HEX #702F52 Flirt

📋 copy color: '#702F52'

red 112 ◦ green 47 ◦ blue 82

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

Shades of Flirt #702F52

Tints of Flirt #702F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 46.47%
G = 19.5%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702F52 (or 0x702F52) is known color: Flirt. HEX triplet: 70, 2F and 52. RGB value is (112,47,82). Sum of RGB (Red+Green+Blue) = 112+47+82=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F52 is #8FD0AD. Grayscale: #464646. Windows color (decimal): -9425070 or 5386096. OLE color: 5386096.

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

Color convert

RGB 112 47 82 -
CMYK 0 0.58 0.27 0.56
HSL 327.69º 0.41% 0.31% -
HSV(B) 327.69º 0.58% 0.44% -
XYZ 9.22 6.09 8.67 -
YUV 70.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 112 47 82 0 0.58 0.27 0.56 327.69 0.41 0.31
Hex 70 2F 52 0 3A 1B 38 148 29 1F
Octal 160 57 122 0 72 33 70 510 51 37
Binary 1110000 101111 1010010 0 111010 11011 111000 101001000 101001 11111

Color Harmonies of #702F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F52

Black with #702F52

Text Example


Text Example

White with #702F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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