Html Css Color HEX #702F46 Flirt

📋 copy color: '#702F46'

red 112 ◦ green 47 ◦ blue 70

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

Shades of Flirt #702F46

Tints of Flirt #702F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 48.91%
G = 20.52%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702F46 (or 0x702F46) is known color: Flirt. HEX triplet: 70, 2F and 46. RGB value is (112,47,70). Sum of RGB (Red+Green+Blue) = 112+47+70=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F46 is #8FD0B9. Grayscale: #454545. Windows color (decimal): -9425082 or 4599664. OLE color: 4599664.

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

Color convert

RGB 112 47 70 -
CMYK 0 0.58 0.38 0.56
HSL 338.77º 0.41% 0.31% -
HSV(B) 338.77º 0.58% 0.44% -
XYZ 8.8 5.92 6.47 -
YUV 69.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 112 47 70 0 0.58 0.38 0.56 338.77 0.41 0.31
Hex 70 2F 46 0 3A 26 38 153 29 1F
Octal 160 57 106 0 72 46 70 523 51 37
Binary 1110000 101111 1000110 0 111010 100110 111000 101010011 101001 11111

Color Harmonies of #702F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F46

Black with #702F46

Text Example


Text Example

White with #702F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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