Html Css Color HEX #7F314F Flirt

📋 copy color: '#7F314F'

red 127 ◦ green 49 ◦ blue 79

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

Shades of Flirt #7F314F

Tints of Flirt #7F314F

RGB

 RED value IS 127 (50% from 255) = 49.8%

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

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

R = 49.8%
G = 19.22%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F314F (or 0x7F314F) is known color: Flirt. HEX triplet: 7F, 31 and 4F. RGB value is (127,49,79). Sum of RGB (Red+Green+Blue) = 127+49+79=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F314F is #80CEB0. Grayscale: #4B4B4B. Windows color (decimal): -8441521 or 5190015. OLE color: 5190015.

HSL color Cylindrical-coordinate representation of color #7F314F: hue angle of 336.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F314F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 79 -
CMYK 0 0.61 0.38 0.50
HSL 336.92º 0.44% 0.35% -
HSV(B) 336.92º 0.61% 0.5% -
XYZ 11.26 7.27 8.21 -
YUV 75.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 127 49 79 0 0.61 0.38 0.50 336.92 0.44 0.35
Hex 7F 31 4F 0 3D 26 32 151 2C 23
Octal 177 61 117 0 75 46 62 521 54 43
Binary 1111111 110001 1001111 0 111101 100110 110010 101010001 101100 100011

Color Harmonies of #7F314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F314F

Black with #7F314F

Text Example


Text Example

White with #7F314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F314F; }

 p { color: rgb(127,49,79); }

 H1.HeaderClassName
 {
   color: #7F314F;
 }
 .AnyTagClassName
 {
   color: #7F314F;
 }
</style>

background-color css

<style>
 a { background-color: #7F314F; }

 a { background-color: rgb(127,49,79); }

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

border-color css

<style>
 span { border-color: #7F314F; }

 span { border-color: rgb(127,49,79); }

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