Html Css Color HEX #702D53 Flirt

📋 copy color: '#702D53'

red 112 ◦ green 45 ◦ blue 83

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

Shades of Flirt #702D53

Tints of Flirt #702D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 46.67%
G = 18.75%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702D53 (or 0x702D53) is known color: Flirt. HEX triplet: 70, 2D and 53. RGB value is (112,45,83). Sum of RGB (Red+Green+Blue) = 112+45+83=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D53 is #8FD2AC. Grayscale: #454545. Windows color (decimal): -9425581 or 5451120. OLE color: 5451120.

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

Color convert

RGB 112 45 83 -
CMYK 0 0.60 0.26 0.56
HSL 325.97º 0.43% 0.31% -
HSV(B) 325.97º 0.6% 0.44% -
XYZ 9.18 5.95 8.85 -
YUV 69.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 112 45 83 0 0.60 0.26 0.56 325.97 0.43 0.31
Hex 70 2D 53 0 3C 1A 38 146 2B 1F
Octal 160 55 123 0 74 32 70 506 53 37
Binary 1110000 101101 1010011 0 111100 11010 111000 101000110 101011 11111

Color Harmonies of #702D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D53

Black with #702D53

Text Example


Text Example

White with #702D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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