Html Css Color HEX #703252 Flirt

📋 copy color: '#703252'

red 112 ◦ green 50 ◦ blue 82

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

Shades of Flirt #703252

Tints of Flirt #703252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

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

R = 45.9%
G = 20.49%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703252 (or 0x703252) is known color: Flirt. HEX triplet: 70, 32 and 52. RGB value is (112,50,82). Sum of RGB (Red+Green+Blue) = 112+50+82=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #703252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703252 is #8FCDAD. Grayscale: #484848. Windows color (decimal): -9424302 or 5386864. OLE color: 5386864.

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

Color convert

RGB 112 50 82 -
CMYK 0 0.55 0.27 0.56
HSL 329.03º 0.38% 0.32% -
HSV(B) 329.03º 0.55% 0.44% -
XYZ 9.35 6.34 8.71 -
YUV 72.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 112 50 82 0 0.55 0.27 0.56 329.03 0.38 0.32
Hex 70 32 52 0 37 1B 38 149 26 20
Octal 160 62 122 0 67 33 70 511 46 40
Binary 1110000 110010 1010010 0 110111 11011 111000 101001001 100110 100000

Color Harmonies of #703252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703252

Black with #703252

Text Example


Text Example

White with #703252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703252; }

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

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

background-color css

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

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

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

border-color css

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

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

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