Html Css Color HEX #712944 Flirt

📋 copy color: '#712944'

red 113 ◦ green 41 ◦ blue 68

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

Shades of Flirt #712944

Tints of Flirt #712944

RGB

 RED value IS 113 (44.53% from 255) = 50.9%

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

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 50.9%
G = 18.47%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#712944 (or 0x712944) is known color: Flirt. HEX triplet: 71, 29 and 44. RGB value is (113,41,68). Sum of RGB (Red+Green+Blue) = 113+41+68=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712944 is #8ED6BB. Grayscale: #414141. Windows color (decimal): -9361084 or 4467057. OLE color: 4467057.

HSL color Cylindrical-coordinate representation of color #712944: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712944 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 68 -
CMYK 0 0.64 0.40 0.56
HSL 337.5º 0.47% 0.3% -
HSV(B) 337.5º 0.64% 0.44% -
XYZ 8.65 5.51 6.08 -
YUV 65.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 113 41 68 0 0.64 0.40 0.56 337.5 0.47 0.3
Hex 71 29 44 0 40 28 38 152 2F 1E
Octal 161 51 104 0 100 50 70 522 57 36
Binary 1110001 101001 1000100 0 1000000 101000 111000 101010010 101111 11110

Color Harmonies of #712944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712944

Black with #712944

Text Example


Text Example

White with #712944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712944; }

 p { color: rgb(113,41,68); }

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

background-color css

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

 a { background-color: rgb(113,41,68); }

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

border-color css

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

 span { border-color: rgb(113,41,68); }

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