Html Css Color HEX #71374F Flirt

📋 copy color: '#71374F'

red 113 ◦ green 55 ◦ blue 79

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

Shades of Flirt #71374F

Tints of Flirt #71374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 45.75%
G = 22.27%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71374F (or 0x71374F) is known color: Flirt. HEX triplet: 71, 37 and 4F. RGB value is (113,55,79). Sum of RGB (Red+Green+Blue) = 113+55+79=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71374F is #8EC8B0. Grayscale: #4B4B4B. Windows color (decimal): -9357489 or 5191537. OLE color: 5191537.

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

Color convert

RGB 113 55 79 -
CMYK 0 0.51 0.30 0.56
HSL 335.17º 0.35% 0.33% -
HSV(B) 335.17º 0.51% 0.44% -
XYZ 9.59 6.81 8.21 -
YUV 75.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 113 55 79 0 0.51 0.30 0.56 335.17 0.35 0.33
Hex 71 37 4F 0 33 1E 38 14F 23 21
Octal 161 67 117 0 63 36 70 517 43 41
Binary 1110001 110111 1001111 0 110011 11110 111000 101001111 100011 100001

Color Harmonies of #71374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71374F

Black with #71374F

Text Example


Text Example

White with #71374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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