Html Css Color HEX #702E53 Flirt

📋 copy color: '#702E53'

red 112 ◦ green 46 ◦ blue 83

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

Shades of Flirt #702E53

Tints of Flirt #702E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 46.47%
G = 19.09%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702E53 (or 0x702E53) is known color: Flirt. HEX triplet: 70, 2E and 53. RGB value is (112,46,83). Sum of RGB (Red+Green+Blue) = 112+46+83=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E53 is #8FD1AC. Grayscale: #454545. Windows color (decimal): -9425325 or 5451376. OLE color: 5451376.

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

Color convert

RGB 112 46 83 -
CMYK 0 0.59 0.26 0.56
HSL 326.36º 0.42% 0.31% -
HSV(B) 326.36º 0.59% 0.44% -
XYZ 9.22 6.02 8.86 -
YUV 69.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 112 46 83 0 0.59 0.26 0.56 326.36 0.42 0.31
Hex 70 2E 53 0 3B 1A 38 146 2A 1F
Octal 160 56 123 0 73 32 70 506 52 37
Binary 1110000 101110 1010011 0 111011 11010 111000 101000110 101010 11111

Color Harmonies of #702E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E53

Black with #702E53

Text Example


Text Example

White with #702E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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