Html Css Color HEX #7F314D Flirt

📋 copy color: '#7F314D'

red 127 ◦ green 49 ◦ blue 77

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

Shades of Flirt #7F314D

Tints of Flirt #7F314D

RGB

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

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

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

R = 50.2%
G = 19.37%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#7F314D (or 0x7F314D) is known color: Flirt. HEX triplet: 7F, 31 and 4D. RGB value is (127,49,77). Sum of RGB (Red+Green+Blue) = 127+49+77=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F314D is #80CEB2. Grayscale: #4B4B4B. Windows color (decimal): -8441523 or 5058943. OLE color: 5058943.

HSL color Cylindrical-coordinate representation of color #7F314D: hue angle of 338.46º 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 #7F314D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 77 -
CMYK 0 0.61 0.39 0.50
HSL 338.46º 0.44% 0.35% -
HSV(B) 338.46º 0.61% 0.5% -
XYZ 11.19 7.24 7.83 -
YUV 75.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 127 49 77 0 0.61 0.39 0.50 338.46 0.44 0.35
Hex 7F 31 4D 0 3D 27 32 152 2C 23
Octal 177 61 115 0 75 47 62 522 54 43
Binary 1111111 110001 1001101 0 111101 100111 110010 101010010 101100 100011

Color Harmonies of #7F314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F314D

Black with #7F314D

Text Example


Text Example

White with #7F314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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