Html Css Color HEX #71344C Flirt

📋 copy color: '#71344C'

red 113 ◦ green 52 ◦ blue 76

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

Shades of Flirt #71344C

Tints of Flirt #71344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 46.89%
G = 21.58%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71344C (or 0x71344C) is known color: Flirt. HEX triplet: 71, 34 and 4C. RGB value is (113,52,76). Sum of RGB (Red+Green+Blue) = 113+52+76=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71344C is #8ECBB3. Grayscale: #484848. Windows color (decimal): -9358260 or 4994161. OLE color: 4994161.

HSL color Cylindrical-coordinate representation of color #71344C: hue angle of 336.39º 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 #71344C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 76 -
CMYK 0 0.54 0.33 0.56
HSL 336.39º 0.37% 0.32% -
HSV(B) 336.39º 0.54% 0.44% -
XYZ 9.34 6.49 7.6 -
YUV 72.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 113 52 76 0 0.54 0.33 0.56 336.39 0.37 0.32
Hex 71 34 4C 0 36 21 38 150 25 20
Octal 161 64 114 0 66 41 70 520 45 40
Binary 1110001 110100 1001100 0 110110 100001 111000 101010000 100101 100000

Color Harmonies of #71344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71344C

Black with #71344C

Text Example


Text Example

White with #71344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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