Html Css Color HEX #702F4C Flirt

📋 copy color: '#702F4C'

red 112 ◦ green 47 ◦ blue 76

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

Shades of Flirt #702F4C

Tints of Flirt #702F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 47.66%
G = 20%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#702F4C (or 0x702F4C) is known color: Flirt. HEX triplet: 70, 2F and 4C. RGB value is (112,47,76). Sum of RGB (Red+Green+Blue) = 112+47+76=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F4C is #8FD0B3. Grayscale: #454545. Windows color (decimal): -9425076 or 4992880. OLE color: 4992880.

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

Color convert

RGB 112 47 76 -
CMYK 0 0.58 0.32 0.56
HSL 333.23º 0.41% 0.31% -
HSV(B) 333.23º 0.58% 0.44% -
XYZ 9 6 7.52 -
YUV 69.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 112 47 76 0 0.58 0.32 0.56 333.23 0.41 0.31
Hex 70 2F 4C 0 3A 20 38 14D 29 1F
Octal 160 57 114 0 72 40 70 515 51 37
Binary 1110000 101111 1001100 0 111010 100000 111000 101001101 101001 11111

Color Harmonies of #702F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F4C

Black with #702F4C

Text Example


Text Example

White with #702F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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