Html Css Color HEX #702953 Flirt

📋 copy color: '#702953'

red 112 ◦ green 41 ◦ blue 83

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

Shades of Flirt #702953

Tints of Flirt #702953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 47.46%
G = 17.37%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702953 (or 0x702953) is known color: Flirt. HEX triplet: 70, 29 and 53. RGB value is (112,41,83). Sum of RGB (Red+Green+Blue) = 112+41+83=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #702953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702953 is #8FD6AC. Grayscale: #424242. Windows color (decimal): -9426605 or 5450096. OLE color: 5450096.

HSL color Cylindrical-coordinate representation of color #702953: hue angle of 324.51º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702953 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 83 -
CMYK 0 0.63 0.26 0.56
HSL 324.51º 0.46% 0.3% -
HSV(B) 324.51º 0.63% 0.44% -
XYZ 9.04 5.66 8.8 -
YUV 67.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 112 41 83 0 0.63 0.26 0.56 324.51 0.46 0.3
Hex 70 29 53 0 3F 1A 38 145 2E 1E
Octal 160 51 123 0 77 32 70 505 56 36
Binary 1110000 101001 1010011 0 111111 11010 111000 101000101 101110 11110

Color Harmonies of #702953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702953

Black with #702953

Text Example


Text Example

White with #702953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702953; }

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

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

background-color css

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

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

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

border-color css

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

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

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