Html Css Color HEX #703652 Flirt

📋 copy color: '#703652'

red 112 ◦ green 54 ◦ blue 82

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

Shades of Flirt #703652

Tints of Flirt #703652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 45.16%
G = 21.77%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703652 (or 0x703652) is known color: Flirt. HEX triplet: 70, 36 and 52. RGB value is (112,54,82). Sum of RGB (Red+Green+Blue) = 112+54+82=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703652 is #8FC9AD. Grayscale: #4A4A4A. Windows color (decimal): -9423278 or 5387888. OLE color: 5387888.

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

Color convert

RGB 112 54 82 -
CMYK 0 0.52 0.27 0.56
HSL 331.03º 0.35% 0.33% -
HSV(B) 331.03º 0.52% 0.44% -
XYZ 9.52 6.69 8.77 -
YUV 74.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 112 54 82 0 0.52 0.27 0.56 331.03 0.35 0.33
Hex 70 36 52 0 34 1B 38 14B 23 21
Octal 160 66 122 0 64 33 70 513 43 41
Binary 1110000 110110 1010010 0 110100 11011 111000 101001011 100011 100001

Color Harmonies of #703652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703652

Black with #703652

Text Example


Text Example

White with #703652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703652; }

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

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

background-color css

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

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

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

border-color css

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

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

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