Html Css Color HEX #71314B Flirt

📋 copy color: '#71314B'

red 113 ◦ green 49 ◦ blue 75

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

Shades of Flirt #71314B

Tints of Flirt #71314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 47.68%
G = 20.68%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71314B (or 0x71314B) is known color: Flirt. HEX triplet: 71, 31 and 4B. RGB value is (113,49,75). Sum of RGB (Red+Green+Blue) = 113+49+75=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71314B is #8ECEB4. Grayscale: #474747. Windows color (decimal): -9359029 or 4927857. OLE color: 4927857.

HSL color Cylindrical-coordinate representation of color #71314B: hue angle of 335.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71314B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 75 -
CMYK 0 0.57 0.34 0.56
HSL 335.63º 0.4% 0.32% -
HSV(B) 335.63º 0.57% 0.44% -
XYZ 9.18 6.22 7.37 -
YUV 71.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 113 49 75 0 0.57 0.34 0.56 335.63 0.4 0.32
Hex 71 31 4B 0 39 22 38 150 28 20
Octal 161 61 113 0 71 42 70 520 50 40
Binary 1110001 110001 1001011 0 111001 100010 111000 101010000 101000 100000

Color Harmonies of #71314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71314B

Black with #71314B

Text Example


Text Example

White with #71314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71314B; }

 p { color: rgb(113,49,75); }

 H1.HeaderClassName
 {
   color: #71314B;
 }
 .AnyTagClassName
 {
   color: #71314B;
 }
</style>

background-color css

<style>
 a { background-color: #71314B; }

 a { background-color: rgb(113,49,75); }

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

border-color css

<style>
 span { border-color: #71314B; }

 span { border-color: rgb(113,49,75); }

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