Html Css Color HEX #71294A Flirt

📋 copy color: '#71294A'

red 113 ◦ green 41 ◦ blue 74

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

Shades of Flirt #71294A

Tints of Flirt #71294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 49.56%
G = 17.98%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71294A (or 0x71294A) is known color: Flirt. HEX triplet: 71, 29 and 4A. RGB value is (113,41,74). Sum of RGB (Red+Green+Blue) = 113+41+74=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71294A is #8ED6B5. Grayscale: #424242. Windows color (decimal): -9361078 or 4860273. OLE color: 4860273.

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

Color convert

RGB 113 41 74 -
CMYK 0 0.64 0.35 0.56
HSL 332.5º 0.47% 0.3% -
HSV(B) 332.5º 0.64% 0.44% -
XYZ 8.84 5.59 7.09 -
YUV 66.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 113 41 74 0 0.64 0.35 0.56 332.5 0.47 0.3
Hex 71 29 4A 0 40 23 38 14C 2F 1E
Octal 161 51 112 0 100 43 70 514 57 36
Binary 1110001 101001 1001010 0 1000000 100011 111000 101001100 101111 11110

Color Harmonies of #71294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71294A

Black with #71294A

Text Example


Text Example

White with #71294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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