Html Css Color HEX #71364F Flirt

📋 copy color: '#71364F'

red 113 ◦ green 54 ◦ blue 79

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

Shades of Flirt #71364F

Tints of Flirt #71364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 45.93%
G = 21.95%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71364F (or 0x71364F) is known color: Flirt. HEX triplet: 71, 36 and 4F. RGB value is (113,54,79). Sum of RGB (Red+Green+Blue) = 113+54+79=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71364F is #8EC9B0. Grayscale: #4A4A4A. Windows color (decimal): -9357745 or 5191281. OLE color: 5191281.

HSL color Cylindrical-coordinate representation of color #71364F: hue angle of 334.58º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71364F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 79 -
CMYK 0 0.52 0.30 0.56
HSL 334.58º 0.35% 0.33% -
HSV(B) 334.58º 0.52% 0.44% -
XYZ 9.54 6.71 8.19 -
YUV 74.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 113 54 79 0 0.52 0.30 0.56 334.58 0.35 0.33
Hex 71 36 4F 0 34 1E 38 14F 23 21
Octal 161 66 117 0 64 36 70 517 43 41
Binary 1110001 110110 1001111 0 110100 11110 111000 101001111 100011 100001

Color Harmonies of #71364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71364F

Black with #71364F

Text Example


Text Example

White with #71364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71364F; }

 p { color: rgb(113,54,79); }

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

background-color css

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

 a { background-color: rgb(113,54,79); }

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

border-color css

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

 span { border-color: rgb(113,54,79); }

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