Html Css Color HEX #702C55 Flirt

📋 copy color: '#702C55'

red 112 ◦ green 44 ◦ blue 85

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

Shades of Flirt #702C55

Tints of Flirt #702C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 46.47%
G = 18.26%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#702C55 (or 0x702C55) is known color: Flirt. HEX triplet: 70, 2C and 55. RGB value is (112,44,85). Sum of RGB (Red+Green+Blue) = 112+44+85=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C55 is #8FD3AA. Grayscale: #444444. Windows color (decimal): -9425835 or 5581936. OLE color: 5581936.

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

Color convert

RGB 112 44 85 -
CMYK 0 0.61 0.24 0.56
HSL 323.82º 0.44% 0.31% -
HSV(B) 323.82º 0.61% 0.44% -
XYZ 9.22 5.9 9.25 -
YUV 69.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 112 44 85 0 0.61 0.24 0.56 323.82 0.44 0.31
Hex 70 2C 55 0 3D 18 38 144 2C 1F
Octal 160 54 125 0 75 30 70 504 54 37
Binary 1110000 101100 1010101 0 111101 11000 111000 101000100 101100 11111

Color Harmonies of #702C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C55

Black with #702C55

Text Example


Text Example

White with #702C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,85); }

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

background-color css

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

 a { background-color: rgb(112,44,85); }

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

border-color css

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

 span { border-color: rgb(112,44,85); }

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