Html Css Color HEX #703052 Flirt

📋 copy color: '#703052'

red 112 ◦ green 48 ◦ blue 82

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

Shades of Flirt #703052

Tints of Flirt #703052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

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

R = 46.28%
G = 19.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703052 (or 0x703052) is known color: Flirt. HEX triplet: 70, 30 and 52. RGB value is (112,48,82). Sum of RGB (Red+Green+Blue) = 112+48+82=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703052 is #8FCFAD. Grayscale: #464646. Windows color (decimal): -9424814 or 5386352. OLE color: 5386352.

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

Color convert

RGB 112 48 82 -
CMYK 0 0.57 0.27 0.56
HSL 328.13º 0.4% 0.31% -
HSV(B) 328.13º 0.57% 0.44% -
XYZ 9.26 6.17 8.68 -
YUV 71.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 112 48 82 0 0.57 0.27 0.56 328.13 0.4 0.31
Hex 70 30 52 0 39 1B 38 148 28 1F
Octal 160 60 122 0 71 33 70 510 50 37
Binary 1110000 110000 1010010 0 111001 11011 111000 101001000 101000 11111

Color Harmonies of #703052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703052

Black with #703052

Text Example


Text Example

White with #703052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703052; }

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

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

background-color css

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

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

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

border-color css

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

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

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