Html Css Color HEX #71294D Flirt

📋 copy color: '#71294D'

red 113 ◦ green 41 ◦ blue 77

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

Shades of Flirt #71294D

Tints of Flirt #71294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 48.92%
G = 17.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71294D (or 0x71294D) is known color: Flirt. HEX triplet: 71, 29 and 4D. RGB value is (113,41,77). Sum of RGB (Red+Green+Blue) = 113+41+77=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71294D is #8ED6B2. Grayscale: #424242. Windows color (decimal): -9361075 or 5056881. OLE color: 5056881.

HSL color Cylindrical-coordinate representation of color #71294D: hue angle of 330º 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 #71294D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 77 -
CMYK 0 0.64 0.32 0.56
HSL 330º 0.47% 0.3% -
HSV(B) 330º 0.64% 0.44% -
XYZ 8.94 5.63 7.64 -
YUV 66.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 113 41 77 0 0.64 0.32 0.56 330 0.47 0.3
Hex 71 29 4D 0 40 20 38 14A 2F 1E
Octal 161 51 115 0 100 40 70 512 57 36
Binary 1110001 101001 1001101 0 1000000 100000 111000 101001010 101111 11110

Color Harmonies of #71294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71294D

Black with #71294D

Text Example


Text Example

White with #71294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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