Html Css Color HEX #703752 Flirt

📋 copy color: '#703752'

red 112 ◦ green 55 ◦ blue 82

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

Shades of Flirt #703752

Tints of Flirt #703752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 44.98%
G = 22.09%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703752 (or 0x703752) is known color: Flirt. HEX triplet: 70, 37 and 52. RGB value is (112,55,82). Sum of RGB (Red+Green+Blue) = 112+55+82=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703752 is #8FC8AD. Grayscale: #4B4B4B. Windows color (decimal): -9423022 or 5388144. OLE color: 5388144.

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

Color convert

RGB 112 55 82 -
CMYK 0 0.51 0.27 0.56
HSL 331.58º 0.34% 0.33% -
HSV(B) 331.58º 0.51% 0.44% -
XYZ 9.57 6.79 8.79 -
YUV 75.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 112 55 82 0 0.51 0.27 0.56 331.58 0.34 0.33
Hex 70 37 52 0 33 1B 38 14C 22 21
Octal 160 67 122 0 63 33 70 514 42 41
Binary 1110000 110111 1010010 0 110011 11011 111000 101001100 100010 100001

Color Harmonies of #703752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703752

Black with #703752

Text Example


Text Example

White with #703752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703752; }

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

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

background-color css

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

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

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

border-color css

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

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

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