Html Css Color HEX #71374C Flirt

📋 copy color: '#71374C'

red 113 ◦ green 55 ◦ blue 76

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

Shades of Flirt #71374C

Tints of Flirt #71374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 46.31%
G = 22.54%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71374C (or 0x71374C) is known color: Flirt. HEX triplet: 71, 37 and 4C. RGB value is (113,55,76). Sum of RGB (Red+Green+Blue) = 113+55+76=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71374C is #8EC8B3. Grayscale: #4A4A4A. Windows color (decimal): -9357492 or 4994929. OLE color: 4994929.

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

Color convert

RGB 113 55 76 -
CMYK 0 0.51 0.33 0.56
HSL 338.28º 0.35% 0.33% -
HSV(B) 338.28º 0.51% 0.44% -
XYZ 9.48 6.76 7.64 -
YUV 74.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 113 55 76 0 0.51 0.33 0.56 338.28 0.35 0.33
Hex 71 37 4C 0 33 21 38 152 23 21
Octal 161 67 114 0 63 41 70 522 43 41
Binary 1110001 110111 1001100 0 110011 100001 111000 101010010 100011 100001

Color Harmonies of #71374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71374C

Black with #71374C

Text Example


Text Example

White with #71374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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