Html Css Color HEX #71334F Flirt

📋 copy color: '#71334F'

red 113 ◦ green 51 ◦ blue 79

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

Shades of Flirt #71334F

Tints of Flirt #71334F

RGB

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

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

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

R = 46.5%
G = 20.99%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71334F (or 0x71334F) is known color: Flirt. HEX triplet: 71, 33 and 4F. RGB value is (113,51,79). Sum of RGB (Red+Green+Blue) = 113+51+79=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71334F is #8ECCB0. Grayscale: #484848. Windows color (decimal): -9358513 or 5190513. OLE color: 5190513.

HSL color Cylindrical-coordinate representation of color #71334F: hue angle of 332.9º 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 #71334F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 79 -
CMYK 0 0.55 0.30 0.56
HSL 332.9º 0.38% 0.32% -
HSV(B) 332.9º 0.55% 0.44% -
XYZ 9.41 6.44 8.15 -
YUV 72.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 113 51 79 0 0.55 0.30 0.56 332.9 0.38 0.32
Hex 71 33 4F 0 37 1E 38 14D 26 20
Octal 161 63 117 0 67 36 70 515 46 40
Binary 1110001 110011 1001111 0 110111 11110 111000 101001101 100110 100000

Color Harmonies of #71334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71334F

Black with #71334F

Text Example


Text Example

White with #71334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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