Html Css Color HEX #702952 Flirt

📋 copy color: '#702952'

red 112 ◦ green 41 ◦ blue 82

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

Shades of Flirt #702952

Tints of Flirt #702952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 47.66%
G = 17.45%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702952 (or 0x702952) is known color: Flirt. HEX triplet: 70, 29 and 52. RGB value is (112,41,82). Sum of RGB (Red+Green+Blue) = 112+41+82=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702952 is #8FD6AD. Grayscale: #424242. Windows color (decimal): -9426606 or 5384560. OLE color: 5384560.

HSL color Cylindrical-coordinate representation of color #702952: hue angle of 325.35º 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 #702952 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 82 -
CMYK 0 0.63 0.27 0.56
HSL 325.35º 0.46% 0.3% -
HSV(B) 325.35º 0.63% 0.44% -
XYZ 9 5.64 8.6 -
YUV 66.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 112 41 82 0 0.63 0.27 0.56 325.35 0.46 0.3
Hex 70 29 52 0 3F 1B 38 145 2E 1E
Octal 160 51 122 0 77 33 70 505 56 36
Binary 1110000 101001 1010010 0 111111 11011 111000 101000101 101110 11110

Color Harmonies of #702952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702952

Black with #702952

Text Example


Text Example

White with #702952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702952; }

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

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

background-color css

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

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

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

border-color css

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

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

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