Html Css Color HEX #71374D Flirt

📋 copy color: '#71374D'

red 113 ◦ green 55 ◦ blue 77

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

Shades of Flirt #71374D

Tints of Flirt #71374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 46.12%
G = 22.45%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71374D (or 0x71374D) is known color: Flirt. HEX triplet: 71, 37 and 4D. RGB value is (113,55,77). Sum of RGB (Red+Green+Blue) = 113+55+77=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71374D is #8EC8B2. Grayscale: #4A4A4A. Windows color (decimal): -9357491 or 5060465. OLE color: 5060465.

HSL color Cylindrical-coordinate representation of color #71374D: hue angle of 337.24º 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 #71374D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 77 -
CMYK 0 0.51 0.32 0.56
HSL 337.24º 0.35% 0.33% -
HSV(B) 337.24º 0.51% 0.44% -
XYZ 9.52 6.78 7.83 -
YUV 74.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 113 55 77 0 0.51 0.32 0.56 337.24 0.35 0.33
Hex 71 37 4D 0 33 20 38 151 23 21
Octal 161 67 115 0 63 40 70 521 43 41
Binary 1110001 110111 1001101 0 110011 100000 111000 101010001 100011 100001

Color Harmonies of #71374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71374D

Black with #71374D

Text Example


Text Example

White with #71374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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