Html Css Color HEX #71344D Flirt

📋 copy color: '#71344D'

red 113 ◦ green 52 ◦ blue 77

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

Shades of Flirt #71344D

Tints of Flirt #71344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 46.69%
G = 21.49%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71344D (or 0x71344D) is known color: Flirt. HEX triplet: 71, 34 and 4D. RGB value is (113,52,77). Sum of RGB (Red+Green+Blue) = 113+52+77=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71344D is #8ECBB2. Grayscale: #494949. Windows color (decimal): -9358259 or 5059697. OLE color: 5059697.

HSL color Cylindrical-coordinate representation of color #71344D: hue angle of 335.41º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71344D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 77 -
CMYK 0 0.54 0.32 0.56
HSL 335.41º 0.37% 0.32% -
HSV(B) 335.41º 0.54% 0.44% -
XYZ 9.38 6.5 7.78 -
YUV 73.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 113 52 77 0 0.54 0.32 0.56 335.41 0.37 0.32
Hex 71 34 4D 0 36 20 38 14F 25 20
Octal 161 64 115 0 66 40 70 517 45 40
Binary 1110001 110100 1001101 0 110110 100000 111000 101001111 100101 100000

Color Harmonies of #71344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71344D

Black with #71344D

Text Example


Text Example

White with #71344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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