Html Css Color HEX #71334E Flirt

📋 copy color: '#71334E'

red 113 ◦ green 51 ◦ blue 78

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

Shades of Flirt #71334E

Tints of Flirt #71334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 46.69%
G = 21.07%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71334E (or 0x71334E) is known color: Flirt. HEX triplet: 71, 33 and 4E. RGB value is (113,51,78). Sum of RGB (Red+Green+Blue) = 113+51+78=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71334E is #8ECCB1. Grayscale: #484848. Windows color (decimal): -9358514 or 5124977. OLE color: 5124977.

HSL color Cylindrical-coordinate representation of color #71334E: hue angle of 333.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71334E is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 78 -
CMYK 0 0.55 0.31 0.56
HSL 333.87º 0.38% 0.32% -
HSV(B) 333.87º 0.55% 0.44% -
XYZ 9.37 6.43 7.95 -
YUV 72.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 113 51 78 0 0.55 0.31 0.56 333.87 0.38 0.32
Hex 71 33 4E 0 37 1F 38 14E 26 20
Octal 161 63 116 0 67 37 70 516 46 40
Binary 1110001 110011 1001110 0 110111 11111 111000 101001110 100110 100000

Color Harmonies of #71334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71334E

Black with #71334E

Text Example


Text Example

White with #71334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71334E; }

 p { color: rgb(113,51,78); }

 H1.HeaderClassName
 {
   color: #71334E;
 }
 .AnyTagClassName
 {
   color: #71334E;
 }
</style>

background-color css

<style>
 a { background-color: #71334E; }

 a { background-color: rgb(113,51,78); }

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

border-color css

<style>
 span { border-color: #71334E; }

 span { border-color: rgb(113,51,78); }

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